]> git.ipfire.org Git - thirdparty/git.git/commitdiff
perl: fix a typo
authorAndrew Kreimer <algonell@gmail.com>
Wed, 2 Oct 2024 22:38:16 +0000 (01:38 +0300)
committerJunio C Hamano <gitster@pobox.com>
Thu, 3 Oct 2024 19:06:51 +0000 (12:06 -0700)
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
perl/Git/I18N.pm

index 5454c3a6d2c433c1456c0d6151c50746e8f2fad4..475e90a6df5a272d6b4d557d8d37d68e3f77dfa8 100644 (file)
@@ -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