Krazy fix: spelling error

This commit is contained in:
Jekyll Wu
2012-04-09 12:18:33 +08:00
parent 50668d65b0
commit 9c79230a75

View File

@@ -74,7 +74,7 @@ ProfileManager::ProfileManager()
_fallbackProfile = Profile::Ptr(new FallbackProfile);
addProfile(_fallbackProfile);
// lookup the default profile specifed in <App>rc
// lookup the default profile specified in <App>rc
// for stand-alone Konsole, appConfig is just konsolerc
// for konsolepart, appConfig might be yakuakerc, dolphinrc, katerc...
KSharedConfigPtr appConfig = KGlobal::config();