[Pkg-owncloud-commits] [ocsync] 01/01: Transferred has only two rr and not three :)
Sandro Knauß
hefee-guest at alioth.debian.org
Wed Sep 11 20:41:21 UTC 2013
This is an automated email from the git hooks/post-receive script.
hefee-guest pushed a commit to branch master
in repository ocsync.
commit 4b2fa57487cd1535a1ca5bb15fa738ab4c8b2e8a
Author: Sandro Knauß <bugs at sandroknauss.de>
Date: Wed Sep 11 22:40:28 2013 +0200
Transferred has only two rr and not three :)
Git-Dch: ignore
---
debian/patches/spelling-error-transferred.patch | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/patches/spelling-error-transferred.patch b/debian/patches/spelling-error-transferred.patch
index 71c8d09..3434980 100644
--- a/debian/patches/spelling-error-transferred.patch
+++ b/debian/patches/spelling-error-transferred.patch
@@ -14,7 +14,7 @@ Index: ocsync/doc/ocsync.txt
In the first phase we copy the file to a temporary file on the opposite
replica. This has the advantage that we can check if the file which has been
-copied to the opposite replica has been transfered successfully. If the
-+copied to the opposite replica has been transferrred successfully. If the
++copied to the opposite replica has been transferred successfully. If the
connection gets interrupted during the transfer we still have the original
states of the file. This means no data will be lost.
@@ -27,7 +27,7 @@ Index: ocsync/doc/userguide/csync.html
<div class="paragraph"><p>In the first phase we copy the file to a temporary file on the opposite
replica. This has the advantage that we can check if the file which has been
-copied to the opposite replica has been transfered successfully. If the
-+copied to the opposite replica has been transferrred successfully. If the
++copied to the opposite replica has been transferred successfully. If the
connection gets interrupted during the transfer we still have the original
states of the file. This means no data will be lost.</p></div>
<div class="paragraph"><p>In the second phase the file on the opposite replica will be overwritten by
@@ -40,7 +40,7 @@ Index: ocsync/src/csync_propagate.h
* In the first phase we copy the file to a temporary file on the opposite
* replica. This has the advantage that we can check if file which has been
- * copied to the opposite replica has been transfered successfully. If the
-+ * copied to the opposite replica has been transferrred successfully. If the
++ * copied to the opposite replica has been transferred successfully. If the
* connection gets interrupted during the transfer we still have the original
* states of the file. This means no data will be lost.
*
@@ -53,7 +53,7 @@ Index: ocsync/src/httpbf/src/httpbf.c
break;
case HBF_TRANSFER: /* transfer currently running */
- re = "Block is currently transfered.";
-+ re = "Block is currently transferrred.";
++ re = "Block is currently transferred.";
break;
case HBF_TRANSFER_FAILED: /* transfer tried but failed */
re = "Block transfer failed.";
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/ocsync.git
More information about the Pkg-owncloud-commits
mailing list