coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH 1/3] maint: fix comment grammar to placate make syntax-check


From: Jim Meyering
Subject: [PATCH 1/3] maint: fix comment grammar to placate make syntax-check
Date: Thu, 16 Aug 2012 20:22:16 +0200

From: Jim Meyering <address@hidden>

* src/remove.c (rm_fts): s/can not/cannot/
---
 src/remove.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/remove.c b/src/remove.c
index 61ba5f3..c4972ac 100644
--- a/src/remove.c
+++ b/src/remove.c
@@ -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));
-- 
1.7.12.rc2




reply via email to

[Prev in Thread] Current Thread [Next in Thread]