summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@downhill.at.eu.org>2010-05-08 18:25:31 +0200
committerJames Youngman <jay@gnu.org>2010-05-08 22:42:04 +0100
commit1dd05d351b603316003dcdd467c3cdbe3b8dadba (patch)
tree8cbfc6a3fda5cbf5042ad1a2d8502d26ffb01b0d
parent2426477b5e8d81f25e32a2a2086b7777b57ad054 (diff)
downloadfindutils-1dd05d351b.tar.gz
Fix typo "atomatically".
-rw-r--r--find/parser.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/find/parser.c b/find/parser.c
index 3da5721..20d9533 100644
--- a/find/parser.c
+++ b/find/parser.c
@@ -468,7 +468,7 @@ check_option_combinations (const struct predicate *p)
{
/* This fixes Savannah bug #20865. */
error (EXIT_FAILURE, 0,
- _("The -delete action atomatically turns on -depth, "
+ _("The -delete action automatically turns on -depth, "
"but -prune does nothing when -depth is in effect. "
"If you want to carry on anyway, just explicitly use "
"the -depth option."));