summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2012-08-16 19:25:40 +0200
committerJim Meyering <meyering@redhat.com>2012-08-16 19:25:40 +0200
commitf1a03de07f568d4ba441712c2d7b10ff50ad444b (patch)
tree6ef7a5dd772bf145fc1137e59f5661aabe4e2c57 /src
parentfdc2da7165d93c8065365999341173ad2a818833 (diff)
downloadcoreutils-f1a03de07f568d4ba441712c2d7b10ff50ad444b.tar.xz
maint: fix comment grammar to placate make syntax-check
* src/remove.c (rm_fts): s/can not/cannot/
Diffstat (limited to 'src')
-rw-r--r--src/remove.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/remove.c b/src/remove.c
index 61ba5f372..c4972ace2 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));