]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix comment grammar to placate make syntax-check
authorJim Meyering <meyering@redhat.com>
Thu, 16 Aug 2012 17:25:40 +0000 (19:25 +0200)
committerJim Meyering <meyering@redhat.com>
Thu, 16 Aug 2012 17:25:40 +0000 (19:25 +0200)
* src/remove.c (rm_fts): s/can not/cannot/

src/remove.c

index 61ba5f372a7acbfce03e54d30aaa5f46cfcaa9ba..c4972ace292062a347040d2b94ba60e019fb9924 100644 (file)
@@ -419,7 +419,7 @@ rm_fts (FTS *fts, FTSENT *ent, struct rm_options const *x)
                && is_empty_dir (fts->fts_cwd_fd, ent->fts_accpath)))
         {
           /* This is the first (pre-order) encounter with a directory
-             that we can not delete.
+             that we cannot delete.
              Not recursive, so arrange to skip contents.  */
           int err = x->remove_empty_directories ? ENOTEMPTY : EISDIR;
           error (0, err, _("cannot remove %s"), quote (ent->fts_path));