]> git.pond.sub.org Git - empserver/blobdiff - doc/contributing
client: Unbreak standalone build
[empserver] / doc / contributing
index 2404db743a9422bc3dfd80140a979f2becb6f6d6..ad6393e462fcd560a535080de170c166270e7e4a 100644 (file)
@@ -22,7 +22,7 @@ install the "git-core" package.  You can always download from
 
 If you're new to git, try the gittutorial(7) manual page, and the Git
 User's Manual.  Both are also available at <http://git-scm.com/>,
-along with other resources, including the the "Pro Git" book.
+along with other resources, including the "Pro Git" book.
 
 
 Getting sources
@@ -230,7 +230,7 @@ branch, then reset your master to match the origin's:
     $ git branch work
     $ git reset --hard origin/master
 
-Pull update's from origin into your master:
+Pull updates from origin into your master:
 
     $ git pull