]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
fix spell-o in comment
authorJim Meyering <jim@meyering.net>
Mon, 16 Oct 2000 08:10:58 +0000 (08:10 +0000)
committerJim Meyering <jim@meyering.net>
Mon, 16 Oct 2000 08:10:58 +0000 (08:10 +0000)
src/remove.h

index 70bee74fa43aa2cdd7a76c2d8bc6a61c9b1db525..deb5d628c317837fde6c3c0cec4e4a19d97df29d 100644 (file)
@@ -1,7 +1,7 @@
 
 struct rm_options
 {
-  /* If nonzero, ignore nonexistant files.  */
+  /* If nonzero, ignore nonexistent files.  */
   int ignore_missing_files;
 
   /* If nonzero, query the user about whether to remove each file.  */