diff mbox series

[5/5] perl: fix a typo

Message ID 20241002223816.14858-6-algonell@gmail.com (mailing list archive)
State Superseded
Commit 686f3337a6a96c317c42f08b1be2329d5ae4fe4f
Headers show
Series Fix typos | expand

Commit Message

Andrew Kreimer Oct. 2, 2024, 10:38 p.m. UTC
Fix a typo in comments.

Signed-off-by: Andrew Kreimer <algonell@gmail.com>
---
 perl/Git/I18N.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

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 @@  =head2 __n($$$)
 =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