diff options
author | Jim Meyering <jim@meyering.net> | 1997-10-27 03:22:01 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1997-10-27 03:22:01 +0000 |
commit | 94c4bdd4c8ab257860bcc583639af73727eb2d58 (patch) | |
tree | baf16648f0a034123f8c4d731ff9a5c6397124b4 /src | |
parent | b67ad81f67a76c2b952f1281b2de0f0623330d6b (diff) | |
download | coreutils-94c4bdd4c8ab257860bcc583639af73727eb2d58.tar.xz |
fix typo in comment
Diffstat (limited to 'src')
-rw-r--r-- | src/rm.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ In the `usual' case RM saves no state for directories it is processing. When a removal fails (either due to an error or to an interactive `no' - reply), the failure is noted (see descriptin of `ht' remove_cwd_entries) + reply), the failure is noted (see description of `ht' remove_cwd_entries) so that when/if the containing directory is reopened, RM doesn't try to remove the entry again. |