aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaura Arjona Reina <larjona@debian.org>2018-06-09 19:12:07 +0200
committerLaura Arjona Reina <larjona@debian.org>2018-06-09 19:12:07 +0200
commit0401906dbae4b5f798af5d94962d47761df9dffc (patch)
treea43f4a1ebf540b6938705c6a4ac5179efd87b715
parent570eaf16468e214a47060b20733a03a9a052f88c (diff)
fix typo in log message
-rwxr-xr-xcheck_trans.pl2
-rwxr-xr-xstattrans.pl2
2 files changed, 2 insertions, 2 deletions
diff --git a/check_trans.pl b/check_trans.pl
index d87e0d8c793..466d592d7d0 100755
--- a/check_trans.pl
+++ b/check_trans.pl
@@ -176,7 +176,7 @@ sub verbose;
my $subdir = $OPT{'s'} || undef;
my $VCS = Local::VCS->new();
- print "Caching VCS for performancs...\n";
+ print "Caching VCS for performance...\n";
$VCS->cache_repo();
print " ...done\n";
diff --git a/stattrans.pl b/stattrans.pl
index 836d48829f3..e7cf6a62c28 100755
--- a/stattrans.pl
+++ b/stattrans.pl
@@ -73,7 +73,7 @@ my $l = Webwml::Langs->new($opt_w);
my %langs = $l->name_iso();
my $VCS = Local::VCS->new();
if ($config{verbose}) {
- print "Caching VCS for performancs...\n";
+ print "Caching VCS for performance...\n";
}
$VCS->cache_repo();
if ($config{verbose}) {

© 2014-2024 Faster IT GmbH | imprint | privacy policy