]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix spelling error in comment: s/squirelled/squirreled/.
authorJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 14:55:51 +0000 (14:55 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 29 Jul 2000 14:55:51 +0000 (14:55 +0000)
src/mv.c

index 1e02d7d9bc9ed36e9aa6f9eaa45de9a71c27067e..761148456c9aac8d9b3d92dc720c8f38f5e9795c 100644 (file)
--- a/src/mv.c
+++ b/src/mv.c
@@ -327,7 +327,7 @@ movefile (char *source, char *dest, int dest_is_dir,
        error (1, 0, _("virtual memory exhausted"));
       fail = do_move (source, new_dest, x);
 
-      /* Do not free new_dest.  It may have been squirelled away by
+      /* Do not free new_dest.  It may have been squirreled away by
         the remember_copied function.  */
     }
   else