]> rtime.felk.cvut.cz Git - git-ftp-sync.git/commitdiff
Fixed typos in doccumentation, removed empty README
authorMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Sep 2008 14:36:42 +0000 (16:36 +0200)
committerMichal Sojka <sojkam1@fel.cvut.cz>
Tue, 23 Sep 2008 14:36:42 +0000 (16:36 +0200)
README [deleted file]
git-ftp-sync

diff --git a/README b/README
deleted file mode 100644 (file)
index e69de29..0000000
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".