[Pkg-owncloud-commits] [ocsync] 07/08: Added patch to fix spelling-error-in-binary: transferred

Sandro Knauß hefee-guest at alioth.debian.org
Wed Sep 11 19:47:08 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 73cc1e7956fd45fa5cd21a1d9d0bd943bc4db25b
Author: Sandro Knauß <bugs at sandroknauss.de>
Date:   Wed Sep 11 20:41:37 2013 +0200

    Added patch to fix spelling-error-in-binary: transferred
---
 debian/patches/series                           |    1 +
 debian/patches/spelling-error-transferred.patch |   59 +++++++++++++++++++++++
 2 files changed, 60 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 83c980a..8aaf039 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 update_manpage
 0001-csync_config-Drop-iniparser-dependency.patch
 freebsd.patch
+spelling-error-transferred.patch
diff --git a/debian/patches/spelling-error-transferred.patch b/debian/patches/spelling-error-transferred.patch
new file mode 100644
index 0000000..b0c8188
--- /dev/null
+++ b/debian/patches/spelling-error-transferred.patch
@@ -0,0 +1,59 @@
+Description: Fixing spelling error transferred
+ Lintian complains about the wropng spelling for transferred
+Author: Sandro Knauß <bugs at sandroknauss.de>
+Origin: debian
+Last-Update: 2013-09-11
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: ocsync/doc/ocsync.txt
+===================================================================
+--- ocsync.orig/doc/ocsync.txt	2013-09-11 19:54:52.085022974 +0200
++++ ocsync/doc/ocsync.txt	2013-09-11 20:35:26.315809842 +0200
+@@ -157,7 +157,7 @@
+ 
+ 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
+ connection gets interrupted during the transfer we still have the original
+ states of the file. This means no data will be lost.
+ 
+Index: ocsync/doc/userguide/csync.html
+===================================================================
+--- ocsync.orig/doc/userguide/csync.html	2013-09-11 19:54:52.086022977 +0200
++++ ocsync/doc/userguide/csync.html	2013-09-11 20:35:51.172888210 +0200
+@@ -933,7 +933,7 @@
+ filesystem operation.</p></div>
+ <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
+ 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
+Index: ocsync/src/csync_propagate.h
+===================================================================
+--- ocsync.orig/src/csync_propagate.h	2013-09-11 19:56:41.573345959 +0200
++++ ocsync/src/csync_propagate.h	2013-09-11 20:36:44.965057764 +0200
+@@ -34,7 +34,7 @@
+  *
+  * 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
+  * connection gets interrupted during the transfer we still have the original
+  * states of the file. This means no data will be lost.
+  *
+Index: ocsync/src/httpbf/src/httpbf.c
+===================================================================
+--- ocsync.orig/src/httpbf/src/httpbf.c	2013-09-11 19:56:41.576345968 +0200
++++ ocsync/src/httpbf/src/httpbf.c	2013-09-11 20:36:11.316951711 +0200
+@@ -537,7 +537,7 @@
+         re = "Block was not yet tried to transfer.";
+         break;
+     case HBF_TRANSFER:         /* transfer currently running  */
+-        re = "Block is currently transfered.";
++        re = "Block is currently transferrred.";
+         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