Fixing spelling error 'transferred'

Lintian complains about the wrong spelling for transferred

Patch by Sandro Knauß <bugs@sandroknauss.de>

Fixes Mirall issue #990
This commit is contained in:
Daniel Molkentin 2013-09-12 13:30:55 +02:00 committed by Klaas Freitag
parent d22dc6e6af
commit d4da443b12
4 changed files with 4 additions and 4 deletions

View file

@ -157,7 +157,7 @@ filesystem operation.
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 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.

View file

@ -933,7 +933,7 @@ calculated records to apply them on the current replica.</p></div>
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 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

View file

@ -35,7 +35,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 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.
*

View file

@ -537,7 +537,7 @@ const char *hbf_error_string(hbf_transfer_t *transfer, Hbf_State state)
re = "Block was not yet tried to transfer.";
break;
case HBF_TRANSFER: /* transfer currently running */
re = "Block is currently transfered.";
re = "Block is currently transferred.";
break;
case HBF_TRANSFER_FAILED: /* transfer tried but failed */
re = "Block transfer failed.";