Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'bw/object-id'
[gitweb.git]
/
perl
/
Git
/
I18N.pm
diff --git
a/perl/Git/I18N.pm
b/perl/Git/I18N.pm
index c41425c8d07a4b9a223ef3fb71e24ff526cb9fc9..836a5c23826328f7175faa6f9008b0534a4d1861 100644
(file)
--- a/
perl/Git/I18N.pm
+++ b/
perl/Git/I18N.pm
@@
-74,7
+74,7
@@
=head1 SYNOPSIS
printf __("The following error occurred: %s\n"), $error;
- printf __n("commit
ed %d file\n", "commi
ted %d files\n", $files), $files;
+ printf __n("commit
ted %d file\n", "commit
ted %d files\n", $files), $files;
=head1 DESCRIPTION