diff options
| author | 2015-11-30 17:49:26 +0000 | |
|---|---|---|
| committer | 2015-12-05 12:06:03 +0000 | |
| commit | 742421b4fbcb9cee562f1d380abd44d3e6d179be (patch) | |
| tree | 1b040e5fa181faef5cce129cefe6ca320190e6f1 /src/modules/list | |
| parent | LinksWindow: capitalization fixes (diff) | |
| download | KVIrc-742421b4fbcb9cee562f1d380abd44d3e6d179be.tar.gz KVIrc-742421b4fbcb9cee562f1d380abd44d3e6d179be.tar.bz2 KVIrc-742421b4fbcb9cee562f1d380abd44d3e6d179be.zip | |
libkvilist: consistency, capitalization and typos fixes
Diffstat (limited to 'src/modules/list')
| -rw-r--r-- | src/modules/list/libkvilist.cpp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/modules/list/libkvilist.cpp b/src/modules/list/libkvilist.cpp index 4d85a12f9..d5fd15a20 100644 --- a/src/modules/list/libkvilist.cpp +++ b/src/modules/list/libkvilist.cpp @@ -3,6 +3,7 @@ // File : libkvilist.cpp // Creation date : Sun Oct 21 2001 13:29:12 CEST by Szymon Stefanek // +// This file is part of the KVIrc IRC client distribution // Copyright (C) 2001-2010 Szymon Stefanek (pragma at kvirc dot net) // // This program is FREE software. You can redistribute it and/or @@ -40,11 +41,11 @@ KviPointerList<ListWindow> * g_pListWindowList = 0; @title: list.open @short: - Opens a List window + Opens a list window @syntax: list.open @description: - Opens the channel list window attacched to the current irc context.[br] + Opens the channel list window attached to the current IRC context.[br] The channel list window is opened automatically when a channel list is requested from the server. */ |
