diff options
author | Michael Stevens <mstevens@etla.org> | 2011-02-09 10:58:49 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2011-02-09 10:58:49 -0800 |
commit | 6a6d7b973ffd26bec9abf608e56cbd8b5cbe109f (patch) | |
tree | c18a423f05f4b8516584f85180efe8108e84f187 /pod/perlgit.pod | |
parent | adb873e1aeec202a183c7774711644710e5082b0 (diff) | |
download | perl-6a6d7b973ffd26bec9abf608e56cbd8b5cbe109f.tar.gz |
[perl #83792] Fix doubled "a" in perlgit.pod.
Diffstat (limited to 'pod/perlgit.pod')
-rw-r--r-- | pod/perlgit.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlgit.pod b/pod/perlgit.pod index ccc7c2c30e..e10fee640f 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 |