diff options
author | Ville Skyttä <ville.skytta@iki.fi> | 2017-06-25 13:20:41 +0300 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2017-06-27 10:35:49 -0700 |
commit | 64127575149e35b409bc2f78962f86507346d604 (patch) | |
tree | 3287f694ee01dfabdcab849c10fd90947a0ca531 /perl/Git/I18N.pm | |
parent | Twelfth batch for 2.14 (diff) | |
download | tgif-64127575149e35b409bc2f78962f86507346d604.tar.xz |
Spelling fixes
Signed-off-by: Ville Skyttä <ville.skytta@iki.fi>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Git/I18N.pm')
-rw-r--r-- | perl/Git/I18N.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/I18N.pm b/perl/Git/I18N.pm index c41425c8d0..836a5c2382 100644 --- a/perl/Git/I18N.pm +++ b/perl/Git/I18N.pm @@ -74,7 +74,7 @@ Git::I18N - Perl interface to Git's Gettext localizations printf __("The following error occurred: %s\n"), $error; - printf __n("commited %d file\n", "commited %d files\n", $files), $files; + printf __n("committed %d file\n", "committed %d files\n", $files), $files; =head1 DESCRIPTION |