aboutsummaryrefslogtreecommitdiffstats
path: root/perl/Git
diff options
context:
space:
mode:
authorAndrew Kreimer <algonell@gmail.com>2024-10-03 01:38:16 +0300
committerJunio C Hamano <gitster@pobox.com>2024-10-03 12:06:51 -0700
commit686f3337a6a96c317c42f08b1be2329d5ae4fe4f (patch)
tree5914860cc5443f13c0ca0bce47ca5a2b37179761 /perl/Git
parent2c1070c75869fd658a6aab066c380044b5c1a5ca (diff)
downloadgit-686f3337a6a96c317c42f08b1be2329d5ae4fe4f.tar.gz
perl: fix a typo
Fix a typo in comments. Signed-off-by: Andrew Kreimer <algonell@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'perl/Git')
-rw-r--r--perl/Git/I18N.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl/Git/I18N.pm b/perl/Git/I18N.pm
index 5454c3a6d2..475e90a6df 100644
--- a/perl/Git/I18N.pm
+++ b/perl/Git/I18N.pm
@@ -111,7 +111,7 @@ L<Locale::Messages>'s ngettext function or passthrough fallback function.
=head2 N__($)
No-operation that only returns its argument. Use this if you want xgettext to
-extract the text to the pot template but do not want to trigger retrival of the
+extract the text to the pot template but do not want to trigger retrieval of the
translation at run time.
=head1 AUTHOR