diff options
| author | 2009-08-06 17:56:43 +0000 | |
|---|---|---|
| committer | 2009-08-06 17:56:43 +0000 | |
| commit | 5d09651e5664c3c875fe4b32acdc84e207ffd243 (patch) | |
| tree | 8fdd73f929a5d9ec3ef110607c38806a3bc8a4e9 /src/modules/dcc/libkvidcc.cpp | |
| parent | reverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c... (diff) | |
| download | KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.gz KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.tar.bz2 KVIrc-5d09651e5664c3c875fe4b32acdc84e207ffd243.zip | |
[KVIrc] (trunk) Fixed spelling mistakes found by Lintian.
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@3402 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/dcc/libkvidcc.cpp')
| -rw-r--r-- | src/modules/dcc/libkvidcc.cpp | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/modules/dcc/libkvidcc.cpp b/src/modules/dcc/libkvidcc.cpp index c18906460..6b7f3a258 100644 --- a/src/modules/dcc/libkvidcc.cpp +++ b/src/modules/dcc/libkvidcc.cpp @@ -223,7 +223,7 @@ static bool dcc_kvs_parse_default_parameters(KviDccDescriptor * d,KviKvsModuleCo !sw: -p=<port> | --port=<port> Bind the local listening socket to the specified <port>. - If this switch is NOT specified, the port will be a "random" one choosen by the kernel.[br] + If this switch is NOT specified, the port will be a "random" one chosen by the kernel.[br] !sw: -a=<fake address> | --fake-address=<fake address> Send the <fake address> as target for the remote client in the requesting CTCP message. @@ -281,7 +281,7 @@ static bool dcc_kvs_parse_default_parameters(KviDccDescriptor * d,KviKvsModuleCo The -i switch parameter may serve also as a target address when the -c switch is used.[br] If the 'p' switch is specified, the local listening socket will be bound to the <port>, otherwise it will be bound to - a random port choosen by the kernel.[br] + a random port chosen by the kernel.[br] If the 'a' switch is specified, the requesting CTCP message will contain <fake address> as target for the remote user, otherwise the CTCP message will contain the real IP address @@ -541,7 +541,7 @@ static bool dcc_kvs_cmd_chat(KviKvsModuleCommandCall * c) !sw: -p=<port> | --port=<port> Bind the local listening socket to the specified <port>. - If this switch is NOT specified, the port will be a "random" one choosen by the kernel.[br] + If this switch is NOT specified, the port will be a "random" one chosen by the kernel.[br] !sw: -a=<fake address> | --fake-address=<fake address> Send the <fake address> as target for the remote client in the requesting CTCP message. @@ -735,7 +735,7 @@ static bool dcc_kvs_cmd_send(KviKvsModuleCommandCall * c) !sw: -p=<port> | --port=<port> Bind the local listening socket to the specified <port>. - If this switch is NOT specified, the port will be a "random" one choosen by the kernel.[br] + If this switch is NOT specified, the port will be a "random" one chosen by the kernel.[br] !sw: -a=<fake address> | --fake-address=<fake address> Send the <fake address> as target for the remote client in the requesting CTCP message. @@ -1041,7 +1041,7 @@ static bool dcc_kvs_cmd_get(KviKvsModuleCommandCall * c) !sw: -p=<port> | --port=<port> Bind the local listening socket to the specified <port>. - If this switch is NOT specified, the port will be a "random" one choosen by the kernel.[br] + If this switch is NOT specified, the port will be a "random" one chosen by the kernel.[br] !sw: -a=<fake address> | --fake-address=<fake address> Send the <fake address> as target for the remote client in the requesting CTCP message. @@ -1404,7 +1404,7 @@ static bool dcc_module_cmd_canvas(KviModule *m,KviCommand *c) This is the simplest and most standardized DCC subprotocol. Almost every IRC client implements it.[br] It is used to exchange lines of text between the two clients.[br] The negotiation is quite simple, we assume that Client A wants to establish a DCC Chat connection to Client B. - Client A sets up a listening socket and retrieves its adress (ip address and port).[br] + Client A sets up a listening socket and retrieves its address (ip address and port).[br] Once the socket is ready Client A sends a CTCP request to B, in the following form:[br] [b]DCC CHAT chat <ipaddress> <port>[/b][br] Where <ipaddress> is a string representing an positive integer that is the A socket's IP address |
