This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix typos in pod/perlgit.pod
authorbrian greenfield <briang@cpan.org>
Fri, 29 Jul 2011 12:55:10 +0000 (13:55 +0100)
committerFather Chrysostomos <sprout@cpan.org>
Thu, 4 Aug 2011 20:07:55 +0000 (13:07 -0700)
pod/perlgit.pod

index eef06da..a316e7b 100644 (file)
@@ -51,7 +51,7 @@ branches in the repository:
 
 The branches that begin with "origin" correspond to the "git remote"
 that you cloned from (which is named "origin"). Each branch on the
-remote will be exactly tracked by theses branches. You should NEVER do
+remote will be exactly tracked by these branches. You should NEVER do
 work on these remote tracking branches. You only ever do work in a
 local branch. Local branches can be configured to automerge (on pull)
 from a designated remote tracking branch. This is the case with the
@@ -720,7 +720,7 @@ repository is "p5p"):
   $ git rebase p5p/blead
 
 You will see your commits being re-applied, and you will then be able to
-push safetly.  More information about rebasing can be found in the
+push safely.  More information about rebasing can be found in the
 documentation for the git-rebase(1) command.
 
 For larger sets of commits that only make sense together, or that would