aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/window/libkviwindow.cpp
diff options
context:
space:
mode:
authorGravatar Fabio Bas2010-12-28 09:17:08 +0000
committerGravatar Fabio Bas2010-12-28 09:17:08 +0000
commit4386329804c686ee0f006f9a079174b51c5b4a14 (patch)
tree8080ffb4d3d37c09a4229289d78092d736f46543 /src/modules/window/libkviwindow.cpp
parentupdated docs (diff)
downloadKVIrc-4386329804c686ee0f006f9a079174b51c5b4a14.tar.gz
KVIrc-4386329804c686ee0f006f9a079174b51c5b4a14.tar.bz2
KVIrc-4386329804c686ee0f006f9a079174b51c5b4a14.zip
daily documentation fixes by OmegaPhil
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@5242 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules/window/libkviwindow.cpp')
-rw-r--r--src/modules/window/libkviwindow.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/window/libkviwindow.cpp b/src/modules/window/libkviwindow.cpp
index e6590bf3a..0ed95f63d 100644
--- a/src/modules/window/libkviwindow.cpp
+++ b/src/modules/window/libkviwindow.cpp
@@ -609,15 +609,15 @@ static bool window_kvs_fnc_hasUserFocus(KviKvsModuleFunctionCall * c)
@title:
$window.console
@short:
- Returns the console that a window is attacched to
+ Returns the console that a window is attached to
@syntax:
$window.console
$window.console(<window_id>)
@description:
- Returns the id of the console window that the window specified by window_id is attacched to.
+ Returns the id of the console window that the window specified by window_id is attached to.
The console is the main (and only) console of the IRC context. If window_id is missing then
the current window is used. If this window does not belong to an irc context (and thus has
- no attacched console) then 0 is returned.
+ no attached console) then 0 is returned.
@seealso:
*/
@@ -1117,7 +1117,7 @@ static bool window_kvs_fnc_list(KviKvsModuleFunctionCall * c)
If <caption> is given then the new window will have it as the initial plain text <caption>.
You can change the caption later by calling [cmd]window.setWindowTitle[/cmd].[br]
If <irc_context> is given then the new window is bound to the specified irc context
- and will be destroyed when the attacched console closes.
+ and will be destroyed when the attached console closes.
If <irc_context> is omitted or is 0 then the window will be context free (not bound
to any context) and will exist until it is closed by the GUI, by a [cmd]window.close[/cmd]
call or until KVIrc terminates. When <irc_context> is given but is not valid