From 90797f15a7ca1e7065862f535e4657dc992a1cd9 Mon Sep 17 00:00:00 2001 From: oliverschmidt Date: Sat, 24 May 2008 08:31:56 +0000 Subject: [PATCH] Fixed copy&paste issue. --- apps/shell/shell-file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/shell/shell-file.c b/apps/shell/shell-file.c index c7388c650..482e392f4 100644 --- a/apps/shell/shell-file.c +++ b/apps/shell/shell-file.c @@ -28,7 +28,7 @@ * * This file is part of the Contiki operating system. * - * $Id: shell-file.c,v 1.2 2008/03/29 13:57:30 oliverschmidt Exp $ + * $Id: shell-file.c,v 1.3 2008/05/24 08:31:56 oliverschmidt Exp $ */ /** @@ -173,7 +173,7 @@ PROCESS_THREAD(shell_read_process, ev, data) if(fd <= 0) { shell_output_str(&write_command, - "Could not open file for writing: ", data); + "Could not open file for reading: ", data); }