fix spelling issue/reformat comment

(cherry picked from commit dcf413bbee)
wilder-portage
Kurt Hindenburg 8 years ago
parent 5504bf756e
commit 3d4e4116d3
  1. 6
      src/EditProfileDialog.cpp

@ -331,9 +331,9 @@ void EditProfileDialog::showEnvironmentEditor()
QStringList currentEnvironment;
// the user could re-open the environment editor before clicking OK/Apply
// in the parent edit profile dialog, so we make sure to show the the new
// environment vars
// The user could re-open the environment editor before clicking
// OK/Apply in the parent edit profile dialog, so we make sure
// to show the new environment vars
if (_tempProfile->isPropertySet(Profile::Environment)) {
currentEnvironment = _tempProfile->environment();
} else {

Loading…
Cancel
Save