aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/system
diff options
context:
space:
mode:
authorGravatar wodim2011-05-15 09:01:40 +0000
committerGravatar wodim2011-05-15 09:01:40 +0000
commit3d4fd33a07d2bf5356b012671cea6493281c18de (patch)
treeff6447e4b4e2644bb8841aad978ad060a9625d01 /src/modules/system
parentAdded isBot and gender functions (diff)
downloadKVIrc-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/system')
-rw-r--r--src/modules/system/libkvisystem.cpp4
1 files changed, 2 insertions, 2 deletions
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"