Correct spelling errors/word usage

All these are in the comments - no code changes
This commit is contained in:
Kurt Hindenburg
2013-01-09 22:06:11 -05:00
parent 4f888b1088
commit 7a2a5beb00
28 changed files with 52 additions and 52 deletions

View File

@@ -139,7 +139,7 @@ Profile::Ptr ProfileManager::loadProfile(const QString& shortPath)
if (!fileInfo.isAbsolute())
path = KStandardDirs::locate("data", path);
// if the file is not found, return imediately
// if the file is not found, return immediately
if (path.isEmpty()) {
return Profile::Ptr();
}