>From 90c3e66e1f9acf07acb42895a9fdae91e6056ef9 Mon Sep 17 00:00:00 2001 From: Andreas Metzler Date: Sat, 8 May 2010 18:25:31 +0200 Subject: [PATCH 2/2] Fix typo "atomatically". --- find/parser.c | 2 +- 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.")); -- 1.6.5