diff options
| author | 2011-05-15 09:01:40 +0000 | |
|---|---|---|
| committer | 2011-05-15 09:01:40 +0000 | |
| commit | 3d4fd33a07d2bf5356b012671cea6493281c18de (patch) | |
| tree | ff6447e4b4e2644bb8841aad978ad060a9625d01 /src/modules | |
| parent | Added isBot and gender functions (diff) | |
| download | KVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.tar.gz KVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.tar.bz2 KVIrc-3d4fd33a07d2bf5356b012671cea6493281c18de.zip | |
a common typo, isn't it? :)
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5839 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/objects/KvsObject_widget.cpp | 2 | ||||
| -rw-r--r-- | src/modules/rijndael/libkvirijndael.cpp | 2 | ||||
| -rw-r--r-- | src/modules/rijndael/libkvirijndael_cryptopp.cpp | 2 | ||||
| -rw-r--r-- | src/modules/str/libkvistr.cpp | 6 | ||||
| -rw-r--r-- | src/modules/system/libkvisystem.cpp | 4 |
5 files changed, 8 insertions, 8 deletions
diff --git a/src/modules/objects/KvsObject_widget.cpp b/src/modules/objects/KvsObject_widget.cpp index c18150b85..e200d5da0 100644 --- a/src/modules/objects/KvsObject_widget.cpp +++ b/src/modules/objects/KvsObject_widget.cpp @@ -187,7 +187,7 @@ const char * const widgettypes_tbl[] = { @inherits: [class]object[/class] @description: - This object class is the rappresentation of a widget. + This object class is the representation of a widget. All the other widget-type classes inherit from this one. @functions: !fn: $show() diff --git a/src/modules/rijndael/libkvirijndael.cpp b/src/modules/rijndael/libkvirijndael.cpp index 8c09ed902..88857c077 100644 --- a/src/modules/rijndael/libkvirijndael.cpp +++ b/src/modules/rijndael/libkvirijndael.cpp @@ -55,7 +55,7 @@ actually out of the possibilities of a common "hacker".[br] My implementation allows the usage of 128, 192 and 256 bit keys on 128 bit data blocks. The encrypted binary data buffer is then converted - into an ascii-string by using the base64 conversion or hex-digit-string rappresentation. + into an ascii-string by using the base64 conversion or hex-digit-string representation. The six engines are the six possible combinations of the key lengths and ascii-string conversions. */ diff --git a/src/modules/rijndael/libkvirijndael_cryptopp.cpp b/src/modules/rijndael/libkvirijndael_cryptopp.cpp index f27c9feac..c6f0cb8a1 100644 --- a/src/modules/rijndael/libkvirijndael_cryptopp.cpp +++ b/src/modules/rijndael/libkvirijndael_cryptopp.cpp @@ -62,7 +62,7 @@ actually out of the possibilities of a common "hacker".[br] My implementation allows the usage of 128, 192 and 256 bit keys on 128 bit data blocks. The encrypted binary data buffer is then converted - into an ascii-string by using the base64 conversion or hex-digit-string rappresentation. + into an ascii-string by using the base64 conversion or hex-digit-string representation. The six engines are the six possible combinations of the key lengths and ascii-string conversions. */ diff --git a/src/modules/str/libkvistr.cpp b/src/modules/str/libkvistr.cpp index 18556ac5c..8a9360b76 100644 --- a/src/modules/str/libkvistr.cpp +++ b/src/modules/str/libkvistr.cpp @@ -1853,17 +1853,17 @@ static bool str_kvs_fnc_split(KviKvsModuleFunctionCall * c) [tr][td][b]?d[/b][/td][td]The next parameter is evaluated as a signed integer and substituted in place of ?d[/td][/tr] [tr][td][b]?i[/b][/td][td]Same as ?d[/td][/tr] [tr][td][b]?u[/b][/td][td]The next parameter is evaluated as an unsigned signed integer and substituted in place of ?d[/td][/tr] - [tr][td][b]?x[/b][/td][td]The next parameter is evaluated as an unsigned integer and its hexadecimal rappresentation + [tr][td][b]?x[/b][/td][td]The next parameter is evaluated as an unsigned integer and its hexadecimal representation is substituted in place of ?x[/td][/tr] [tr][td][b]?h[/b][/td][td]Same as ?x[/td][/tr] [tr][td][b]?X[/b][/td][td]Same as ?x but toUppercase hexadecimal digits are used[/td][/tr] [tr][td][b]?H[/b][/td][td]Same as ?X[/td][/tr] [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 rappresentation substituted in place of ?f. The optional [.N] modifier, + and its representation substituted in place of ?f. The optional [.N] modifier, where N is an unsigned integer, rappresents 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 rappresentation substituted in place of ?e. The optional [.N] modifier, + 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] [tr][td][b]?[.N]E[/b][/td][td]Same as ?e but an toUppercase E is used as the exponent prefix[/td][/tr] [/table] diff --git a/src/modules/system/libkvisystem.cpp b/src/modules/system/libkvisystem.cpp index d724e7722..1270463cc 100644 --- a/src/modules/system/libkvisystem.cpp +++ b/src/modules/system/libkvisystem.cpp @@ -431,9 +431,9 @@ static bool system_kvs_fnc_hostname(KviKvsModuleFunctionCall *c) "session" for sessionBus. If it's leaved blank, it will use sessionBus. The parameters MUST be in the form "type=value" where "type" is the C++ type of the parameter and value - is the string rappresentation of the parameter data. Currently + is the string representation of the parameter data. Currently KVIrc supports only QString,QByteArray,bool,int and uint data types.[br] - The returned value is the string rappresentation of the returned + The returned value is the string representation of the returned data if the return type is known, otherwise it is the name of the data type returned. [br] If the service name is prefixed with "?" then the call is performed in "remote test" |
