mirror of
https://github.com/KDE/konsole.git
synced 2026-05-08 06:35:07 -04:00
Correct spelling errors/word usage
All these are in the comments - no code changes
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user