aboutsummaryrefslogtreecommitdiffstats
path: root/src/modules/setup/libkvisetup.cpp
diff options
context:
space:
mode:
authorGravatar Kai Wasserbäch2009-08-06 17:56:43 +0000
committerGravatar Kai Wasserbäch2009-08-06 17:56:43 +0000
commit5d09651e5664c3c875fe4b32acdc84e207ffd243 (patch)
tree8fdd73f929a5d9ec3ef110607c38806a3bc8a4e9 /src/modules/setup/libkvisetup.cpp
parentreverted part of r3395 (fixes #511), LIB_SUFFIX is the common flag name for c... (diff)
downloadKVIrc-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/setup/libkvisetup.cpp')
-rw-r--r--src/modules/setup/libkvisetup.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/modules/setup/libkvisetup.cpp b/src/modules/setup/libkvisetup.cpp
index e275bf45f..50840c719 100644
--- a/src/modules/setup/libkvisetup.cpp
+++ b/src/modules/setup/libkvisetup.cpp
@@ -38,7 +38,7 @@
#include <QFile>
-// this will be choosen during the setup process
+// this will be chosen during the setup process
QString g_szChoosenIncomingDirectory;
//int g_iThemeToApply = THEME_APPLY_NONE;
bool bNeedToApplyDefaults;
@@ -85,7 +85,7 @@ KVIMODULEEXPORTFUNC void setup_finish()
// #define KVI_DEFAULT_CTCP_USERINFO_REPLY "I'm too lazy to edit this field."
// #define KVI_DEFAULT_AWAY_MESSAGE "I'm off to see the wizard."
- // Apply the choosen default theme
+ // Apply the chosen default theme
QString szDir;
/* switch(g_iThemeToApply)
{