]> rtime.felk.cvut.cz Git - git-ftp-sync.git/blobdiff - git-ftp-sync
Fixed typos in doccumentation, removed empty README
[git-ftp-sync.git] / git-ftp-sync
index 73fd7ab4aa424ee475329349196d99d90216ea45..d3d3e26625bfb2b50fad037dc29e0eb117250782 100755 (executable)
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-# Script for mirroring (a part of) git repository to a FTP site. Only
+# Script for mirroring (a part of) git repository to an FTP site. Only
 # changed files are copied to FTP. Works with bare repositories.
 #
 # Author: Michal Sojka <sojkam1@fel.cvut.cz>
@@ -13,7 +13,7 @@
 # or
 #     /usr/local/bin/git-ftp-sync -d /var/www/projectweb -r www
 
-# The first comamnd line mirrors the content og www directory in
+# The first comamnd line mirrors the content of www directory in
 # repository to FTP site at ftp.example.com as user "username" with
 # password "secret".