Skip to content

Commit

Permalink
Refs #6473. Spelling mistake fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
arturbekasov committed Dec 13, 2013
1 parent 9a6c3a0 commit 4b68be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Code/Mantid/MantidQt/CustomInterfaces/src/MuonAnalysis.cpp
Expand Up @@ -1758,10 +1758,10 @@ void MuonAnalysis::inputFileChanged(const QStringList& files)
infoStr += ss.str();
}
else // Show appropriate error message.
infoStr += "Errror - Not set in data file.";
infoStr += "Error - Not set in data file.";
}
else // Show appropriate error message.
infoStr += "Errror - Not found in data file.";
infoStr += "Error - Not found in data file.";

// Include all the run information.
m_uiForm.infoBrowser->setText(infoStr.c_str());
Expand Down

0 comments on commit 4b68be5

Please sign in to comment.