diff options
| author | 2011-09-03 14:24:07 +0000 | |
|---|---|---|
| committer | 2011-09-03 14:24:07 +0000 | |
| commit | e0d6e35f19d1db92ae5267d1386e61d88f4f6a89 (patch) | |
| tree | 19807ae1eb31c3ad03fc1e2e8a7b33eeea05e0f7 /src/modules/dcc/libkvidcc.cpp | |
| parent | update PT (diff) | |
| download | KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.tar.gz KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.tar.bz2 KVIrc-e0d6e35f19d1db92ae5267d1386e61d88f4f6a89.zip | |
fix several typos
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5962 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/libkvidcc.cpp')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index 1f0f352da..c67ffad34 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -2129,10 +2129,10 @@ static bool dcc_kvs_fnc_localFileName(KviKvsModuleFunctionCall * c) function returns '0'[br] If <dcc_id> is not a valid Direct Client Connection identifier then this function prints a warning and returns '0'[br] - In upload transfers the local file size rappresents the + In upload transfers the local file size represents the total size of the file to be transferred. In download transfers the local file size is non zero only if the transfer has to resume - a file already existing on the local disk and it rappresents the + a file already existing on the local disk and it represents the size of that file (and thus the offset that the transfer started on). */ @@ -2371,10 +2371,10 @@ static bool dcc_kvs_fnc_remoteFileName(KviKvsModuleFunctionCall * c) function returns '0'[br] If <dcc_id> is not a valid Direct Client Connection identifier then this function prints a warning and returns '0'[br] - In download transfers the remote file size rappresents the + In download transfers the remote file size represents the total size of the file to be transferred (advertished by the remote end).[br] In upload transfers the remote file size is non zero only if the - remote user has issued a resume request and is rappresents the requested offset + remote user has issued a resume request and it represents the requested offset in bytes from which the transfer has started. */ |
