Fix a few typos in the documentation

Change-Id: I6f058e4eae9c86f942492f339c01f307a2e90cf6
diff --git a/src/main/resources/Documentation/cmd-start.md b/src/main/resources/Documentation/cmd-start.md
index 39cbda9..54548f6 100644
--- a/src/main/resources/Documentation/cmd-start.md
+++ b/src/main/resources/Documentation/cmd-start.md
@@ -41,7 +41,7 @@
 	though the automatic replication pushed it there in parallel
 	to the rsync.
 
-	Its a good idea to run replicate with `--all` to ensure all
+	It's a good idea to run replicate with `--all` to ensure all
 	projects are consistent after the rsync is complete.
 
 * After deleting a ref by hand.
diff --git a/src/main/resources/Documentation/config.md b/src/main/resources/Documentation/config.md
index 0fee601..4b8c6c6 100644
--- a/src/main/resources/Documentation/config.md
+++ b/src/main/resources/Documentation/config.md
@@ -108,13 +108,13 @@
 	remote block, listing different destinations which share the
 	same settings.
 
-	The adminUrl can be used as a ssh alternative to the url
+	The adminUrl can be used as an ssh alternative to the url
 	option, but only related to repository creation.  If not
 	specified, the repository creation tries to follow the default
 	way through the url value specified.
 
-	It is useful when remote.NAME.url protocols does not allow
-	repository creation although their usage are mandatory in the
+	It is useful when the remote.NAME.url protocols do not allow
+	repository creation although their usage is mandatory in the
 	local environment.  In that case, an alternative SSH url could
 	be specified to repository creation.
 
@@ -259,7 +259,7 @@
   * StrictHostKeyChecking
 
 SSH authentication must be by passwordless public key, as there is no
-facility to read passphases on startup or passwords during the SSH
+facility to read passphrases on startup or passwords during the SSH
 connection setup, and SSH agents are not supported from Java.
 
 Host keys for any destination SSH servers must appear in the user's