diff options
| author | 2011-05-15 09:01:40 +0000 | |
|---|---|---|
| committer | 2011-05-15 09:01:40 +0000 | |
| commit | 3d4fd33a07d2bf5356b012671cea6493281c18de (patch) | |
| tree | ff6447e4b4e2644bb8841aad978ad060a9625d01 | |
| 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
| -rw-r--r-- | src/kvilib/core/KviCString.cpp | 2 | ||||
| -rw-r--r-- | src/kvilib/irc/KviAvatar.cpp | 6 | ||||
| -rw-r--r-- | src/kvirc/kvs/KviKvsCoreFunctions_af.cpp | 4 | ||||
| -rw-r--r-- | src/kvirc/kvs/KviKvsCoreFunctions_gl.cpp | 2 | ||||
| -rw-r--r-- | src/kvirc/kvs/KviKvsCoreFunctions_sz.cpp | 4 | ||||
| -rw-r--r-- | src/kvirc/kvs/object/KviKvsObject.cpp | 4 | ||||
| -rw-r--r-- | src/kvirc/sparser/KviIrcServerParser_ctcp.cpp | 4 | ||||
| -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 |
12 files changed, 21 insertions, 21 deletions
diff --git a/src/kvilib/core/KviCString.cpp b/src/kvilib/core/KviCString.cpp index 222ff8219..f9873bb0a 100644 --- a/src/kvilib/core/KviCString.cpp +++ b/src/kvilib/core/KviCString.cpp @@ -2272,7 +2272,7 @@ KviCString & KviCString::setNum(long num) // somebody can explain me why -(-2147483648) = -2147483648 ? (2^31) // it is like signed char x = 128 ---> 10000000 that is signed -0 (!?) - // mmmmh...or it is assumed to be -128 (a number rappresentation exception) + // mmmmh...or it is assumed to be -128 (a number representation exception) // at least on my machine it happens... // found the solution by myself today... diff --git a/src/kvilib/irc/KviAvatar.cpp b/src/kvilib/irc/KviAvatar.cpp index a707fe583..4bfe152fd 100644 --- a/src/kvilib/irc/KviAvatar.cpp +++ b/src/kvilib/irc/KviAvatar.cpp @@ -40,15 +40,15 @@ The AVATAR term dictionary definitions include:[br] - Hindu mythology incarnation of a God[br] - Embodiment of a concept or philosophy[br] - - In [b]cyberspace communities[/b], the rappresentation of an + - In [b]cyberspace communities[/b], the representation of an user in a shared virtual reality.[br] The AVATAR protocol attempts to improve the IRC communication - by adding a method for associating a graphical rappresentation + by adding a method for associating a graphical representation to an IRC user.[br] Since this may involve binary data transfers between users, the protocol is intended to be client based. [big]The terms[/big] - The user that wants to offer a digital rappresentation of himself + The user that wants to offer a digital representation of himself will be called "source user". The ones that will receive the notification will be called "target users". Every irc user can be either a source user or target user. diff --git a/src/kvirc/kvs/KviKvsCoreFunctions_af.cpp b/src/kvirc/kvs/KviKvsCoreFunctions_af.cpp index ea762f189..2fae654bc 100644 --- a/src/kvirc/kvs/KviKvsCoreFunctions_af.cpp +++ b/src/kvirc/kvs/KviKvsCoreFunctions_af.cpp @@ -172,7 +172,7 @@ namespace KviKvsCoreFunctions @syntax: $asciiToBase64(<ascii_string>) @description: - Encodes an ASCII string to its base64 encoded rappresentation + Encodes an ASCII string to its base64 encoded representation Please note that since KVS is UNICODE based, this function will first encode the string in UTF8 and then base64-encode. This means that it is substantially only 7bit safe (ASCII codes below 128). @@ -214,7 +214,7 @@ namespace KviKvsCoreFunctions @syntax: <string> $asciiToHex(<ascii_string:string>) @description: - Encodes an ASCII string to its hex encoded rappresentation. + Encodes an ASCII string to its hex encoded representation. Please note that since KVS is UNICODE based, this function will first encode the string in UTF8 and then hex-encode. This means that it is substantially only 7bit safe (ASCII codes below 128). diff --git a/src/kvirc/kvs/KviKvsCoreFunctions_gl.cpp b/src/kvirc/kvs/KviKvsCoreFunctions_gl.cpp index 0dcb5393f..c3897cc81 100644 --- a/src/kvirc/kvs/KviKvsCoreFunctions_gl.cpp +++ b/src/kvirc/kvs/KviKvsCoreFunctions_gl.cpp @@ -718,7 +718,7 @@ KVSCF(gender) @syntax: <boolean> $isNumeric(<data:variant>) @short: - Finds whether a variable contains a rappresentation of a number + Finds whether a variable contains a representation of a number @description: Returns 1 if the <data> is an integer or a real number, 0 otherwise. */ diff --git a/src/kvirc/kvs/KviKvsCoreFunctions_sz.cpp b/src/kvirc/kvs/KviKvsCoreFunctions_sz.cpp index 642ba4059..13069619a 100644 --- a/src/kvirc/kvs/KviKvsCoreFunctions_sz.cpp +++ b/src/kvirc/kvs/KviKvsCoreFunctions_sz.cpp @@ -287,8 +287,8 @@ namespace KviKvsCoreFunctions Forces <data> to be a string data type with the following semantics: [ul] [li]If <data> is a string then <data> itself is returned.[/li] - [li]If <data> is an integer then its decimal rappresentation is returned.[/li] - [li]If <data> is a real then its decimal floating-point rappresentation is returned.[/li] + [li]If <data> is an integer then its decimal representation is returned.[/li] + [li]If <data> is a real then its decimal floating-point representation is returned.[/li] [li]If <data> is a boolean then the string "1" is returned for a true value and the string "0" for a false value.[/li] [li]If <data> is nothing (unset) then an empty string is returned[/li] [li]If <data> is an array then a string with all the items converted to strings and separated by commas is returned[/li] diff --git a/src/kvirc/kvs/object/KviKvsObject.cpp b/src/kvirc/kvs/object/KviKvsObject.cpp index ad717880c..957b24a74 100644 --- a/src/kvirc/kvs/object/KviKvsObject.cpp +++ b/src/kvirc/kvs/object/KviKvsObject.cpp @@ -304,12 +304,12 @@ function isLocalhost() } [/example] - The above class is a rappresentation of a host address. + The above class is a representation of a host address. You create an [b]instance of this class[/b] and set the hostname field, for example, to www.kernel.org. The object is now able to give you information about the hostname in a transparent way: You can call the ipnumber() function, and the object will return you the - digits and dots rappresentation of www.kernel.org. + digits and dots representation of www.kernel.org. The isLocalhost() function will return true if the hostname refers to the local machine The object internal job is hidden from the user, but probably it will be a huge job. To obtain the IP number from the hostname, the object will probably have to perform a DNS call (usually a complex task). diff --git a/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp b/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp index 009939b37..1d87375b3 100644 --- a/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp +++ b/src/kvirc/sparser/KviIrcServerParser_ctcp.cpp @@ -156,7 +156,7 @@ extern KVIRC_API KviCtcpPageDialog * g_pCtcpPageDialog; [b]'\C'[/b] (where C is a [b]CTCP valid ascii non digit character[/b]) that corresponds literally to the character C discarding any other semantic that might be associated with it (This will become clear later). - I've chosen the octal rappresentation just to follow a bit the old specification: + I've chosen the octal representation just to follow a bit the old specification: the authors seemed to like it. This point could be discussed in some mailing list or sth. The '\C' sequence is useful to include the backslash character (escape sequence '\\').[br] @@ -175,7 +175,7 @@ extern KVIRC_API KviCtcpPageDialog * g_pCtcpPageDialog; Another one that naturally comes into my mind is to use the previously defined quoting to define a "non-breaking space" character, because a space after a backslash could lose its original semantic. Better yet, use the backslash followed by - the octal rappresentation of the space character ('\040'). + the octal representation of the space character ('\040'). Anyway, to maintain compatibility with other popular IRC clients (such as mIRC), let's include the '"' quotes in our standard: literal (unescaped) '"' quotes define a single token string. To include a literal '"' character, escape it. 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" |
