From 0401906dbae4b5f798af5d94962d47761df9dffc Mon Sep 17 00:00:00 2001 From: Laura Arjona Reina Date: Sat, 9 Jun 2018 19:12:07 +0200 Subject: fix typo in log message --- check_trans.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'check_trans.pl') 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"; -- cgit v1.2.3