diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp index 4b06fc7b8e9a131b3661abea9ad3140567bf49dd..c063b3233783793a1096a779ee1c335dd3c09421 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReduction.cpp @@ -405,7 +405,7 @@ void IndirectDataReduction::showMessageBox(const QString& message) * * @param enabled If the button is clickable * @param message Message shown on the button - * @parm tooltip Tooltip shown when hovering over button + * @param tooltip Tooltip shown when hovering over button */ void IndirectDataReduction::updateRunButton(bool enabled, QString message, QString tooltip) { diff --git a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp index 7072dab874d8438cd54ab6aaf519133d0cba9a5e..003ca1f0cac550c0487b2a74c6f19495683dcd9a 100644 --- a/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp +++ b/Code/Mantid/MantidQt/CustomInterfaces/src/IndirectDataReductionTab.cpp @@ -79,7 +79,7 @@ namespace CustomInterfaces /** * Slot used to update the run button when an algorithm that was strted by the Run button complete. * - * @parm error Unused + * @param error Unused */ void IndirectDataReductionTab::tabExecutionComplete(bool error) {