diff options
Diffstat (limited to 'src/modules/objects')
| -rw-r--r-- | src/modules/objects/KvsObject_label.cpp | 2 | ||||
| -rw-r--r-- | src/modules/objects/KvsObject_listWidget.cpp | 2 | ||||
| -rw-r--r-- | src/modules/objects/KvsObject_radioButton.cpp | 2 | ||||
| -rw-r--r-- | src/modules/objects/KvsObject_socket.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/objects/KvsObject_label.cpp b/src/modules/objects/KvsObject_label.cpp index 57e35b0e2..6278a029a 100644 --- a/src/modules/objects/KvsObject_label.cpp +++ b/src/modules/objects/KvsObject_label.cpp @@ -177,7 +177,7 @@ const int frame_cod[] = { Sets the image to be displayed on this label. Giving empty argument clears the pixmap.[br] See the [doc:image_id]image identifier[/doc] documentation for - the explaination of the <image_id> parameter. + the explanation of the <image_id> parameter. */ diff --git a/src/modules/objects/KvsObject_listWidget.cpp b/src/modules/objects/KvsObject_listWidget.cpp index b3789b41b..7b846df13 100644 --- a/src/modules/objects/KvsObject_listWidget.cpp +++ b/src/modules/objects/KvsObject_listWidget.cpp @@ -92,7 +92,7 @@ const char * const itemflags_tbl[] = { !fn: $setFlag(<idx:integer>,<flag1:string>, <flag2:string>, ...) Sets the flags for the item at index idx to the given flags. These determine whether the item can be selected or modified. This is often used to disable an item.[br] Supported flags are: - [exmaple] + [example] [br]- noitemflag : no flag sets; [br]- selectable : item is selectable; [br]- editable : item is editable; diff --git a/src/modules/objects/KvsObject_radioButton.cpp b/src/modules/objects/KvsObject_radioButton.cpp index 787a7a270..e26f3c108 100644 --- a/src/modules/objects/KvsObject_radioButton.cpp +++ b/src/modules/objects/KvsObject_radioButton.cpp @@ -52,7 +52,7 @@ !fn: $setChecked(<bChecked:boolean>) Sets whether the radio button is checked to check. !fn: $setPixmap(<image_id>) - Sets the pixmap shown on the radiobutton..See the [doc:image_id]image identifier[/doc] documentation for the explaination + Sets the pixmap shown on the radiobutton..See the [doc:image_id]image identifier[/doc] documentation for the explanation of the <image_id> parameter. !fn: <bool>$toggleEvent() Called by KVIrc when the radibutton state is toggled. diff --git a/src/modules/objects/KvsObject_socket.cpp b/src/modules/objects/KvsObject_socket.cpp index 8f1340172..7dfe40c00 100644 --- a/src/modules/objects/KvsObject_socket.cpp +++ b/src/modules/objects/KvsObject_socket.cpp @@ -220,7 +220,7 @@ const char * const sockerrors_tbl[] = { { // incoming connection socket passed by the framework %socket = $0 - debug "Webserver incoming Conection from: %socket->$remoteIp : %socket->$remotePort" + debug "Webserver incoming Connection from: %socket->$remoteIp : %socket->$remotePort" %socket->$write("HTTP/1.0 200 OK\n\n<html><head></head><body><h1>KVIrc Webserver</h1></body></html>\n") // tells KVIrc no need this socket anymore return $true() |
