From: Jim Meyering Date: Mon, 16 Oct 2000 08:10:58 +0000 (+0000) Subject: fix spell-o in comment X-Git-Tag: TEXTUTILS-2_0_8~78 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=fd00df9c4d6f805dbc2825828ed0747fc087c432;p=thirdparty%2Fcoreutils.git fix spell-o in comment --- diff --git a/src/remove.h b/src/remove.h index 70bee74fa4..deb5d628c3 100644 --- a/src/remove.h +++ b/src/remove.h @@ -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. */