diff --git a/core/tools/bulk_copy.pl b/core/tools/bulk_copy.pl index fbff6c5ce4..f743e73e16 100755 --- a/core/tools/bulk_copy.pl +++ b/core/tools/bulk_copy.pl @@ -669,7 +669,7 @@ sub wildcard2regex { # Error: ".. Date 2010/08/22 12:24:39 precedes 2015/11/10 18:55:55 in revision 1.1" if ( $Foswiki::cfg{Store}{Implementation} =~ m/RcsWrap$/ ) { - announce "Overriding target Store Implementaion to 'RcsLite'"; + announce "Overriding target Store Implementation to 'RcsLite'"; $Foswiki::cfg{Store}{Implementation} = 'Foswiki::Store::RcsLite'; }