English fixes to comments only

This commit is contained in:
Kurt Hindenburg
2013-03-17 12:23:05 -04:00
parent a88f9cb417
commit 17de056907
4 changed files with 4 additions and 4 deletions

View File

@@ -548,7 +548,7 @@ void ProfileManager::loadFavorites()
favoriteSet << "Shell.profile";
}
// look for favorites amongst those already loaded
// look for favorites among those already loaded
foreach(const Profile::Ptr& profile, _profiles) {
const QString& path = profile->path();
if (favoriteSet.contains(path)) {