]> git.p6c8.net - jirafeau.git/blobdiff - script.php
typo : transfert / transfer
[jirafeau.git] / script.php
index 093d7552c713c3697bf16958a343797a8b0f4b7d..fb41cb8903e54ae86ea5059c46fe90e76e6806a9 100644 (file)
@@ -159,7 +159,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     
     echo '<h3>' . t('Initalize an asynchronous transfert') . ':</h3>';
     echo '<p>';
-    echo t('The goal is to permit to transfert big file, chunk by chunk.') . ' ';
+    echo t('The goal is to permit to transfer big file, chunk by chunk.') . ' ';
     echo t('Chunks of data must be sent in order.');
     echo '</p>';
     echo '<p>';
@@ -174,7 +174,7 @@ if ($_SERVER['REQUEST_METHOD'] == "GET" && count ($_GET) == 0)
     echo "<b>upload_password=</b>your_upload_password<i> (" . t('Optional') . ")</i> <br />";
     echo '</p>';
     echo '<p>' . t('This will return brut text content.') . ' ' .
-         t('First line is the asynchronous transfert reference and the second line the code to use in the next operation.') . '<br /></p>';
+         t('First line is the asynchronous transfer reference and the second line the code to use in the next operation.') . '<br /></p>';
 
     echo '<h3>' . t('Push data during asynchronous transfert') . ':</h3>';
     echo '<p>';

patrick-canterino.de