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 | |
| 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')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 8 | ||||
| -rw-r--r-- | src/modules/objects/KvsObject_window.cpp | 2 | ||||
| -rw-r--r-- | src/modules/str/libkvistr.cpp | 4 |
3 files changed, 7 insertions, 7 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. */ diff --git a/src/modules/objects/KvsObject_window.cpp b/src/modules/objects/KvsObject_window.cpp index 08439ccec..49dfbaa3a 100644 --- a/src/modules/objects/KvsObject_window.cpp +++ b/src/modules/objects/KvsObject_window.cpp @@ -88,7 +88,7 @@ QPixmap * KviKvsScriptWindowWindow::myIconPtr() [class]object[/class] [class]widget[/class] @description: - This class rappresents a MDI window in a KVIrc frame. + This class represents a MDI window in a KVIrc frame. Regardless of the parent object passed, the window will be always a "physical" child of the frame window: you can't embed a window object inside a widget or another window. The parent object will just "own" this diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 3b6de7bf3..84f5c6f9e 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -1804,10 +1804,10 @@ static bool str_kvs_fnc_split(KviKvsModuleFunctionCall * c) [tr][td][b]??[/b][/td][td]A literal question mark[/td][/tr] [tr][td][b]?[.N]f[/b][/td][td]The next parameter is evaluated as a real floating point value and its representation substituted in place of ?f. The optional [.N] modifier, - where N is an unsigned integer, rappresents the desired precision.[/td][/tr] + where N is an unsigned integer, represents the desired precision.[/td][/tr] [tr][td][b]?[.N]e[/b][/td][td]The next parameter is evaluated as a real floating point value and its scientific representation substituted in place of ?e. The optional [.N] modifier, - where N is an unsigned integer, rappresents the desired precision.[/td][/tr] + where N is an unsigned integer, represents the desired precision.[/td][/tr] [tr][td][b]?[.N]E[/b][/td][td]Same as ?e but an toUppercase E is used as the exponent prefix[/td][/tr] [/table] @examples: |
