From 6a6d7b973ffd26bec9abf608e56cbd8b5cbe109f Mon Sep 17 00:00:00 2001 From: Michael Stevens Date: Wed, 9 Feb 2011 10:58:49 -0800 Subject: [PATCH] [perl #83792] Fix doubled "a" in perlgit.pod. --- pod/perlgit.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pod/perlgit.pod b/pod/perlgit.pod index ccc7c2c..e10fee6 100644 --- a/pod/perlgit.pod +++ b/pod/perlgit.pod @@ -281,7 +281,7 @@ If you want to delete your temporary branch, you may do so with: =head2 Committing your changes -Assuming that you'd like to commit all the changes you've made as a a +Assuming that you'd like to commit all the changes you've made as a single atomic unit, run this command: % git commit -a -- 2.7.4