Skip to content

Commit

Permalink
Correct a documentation typo
Browse files Browse the repository at this point in the history
Refs #10377
  • Loading branch information
DanNixon committed Nov 10, 2014
1 parent ab5d65d commit 2fe73d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/API/src/AlgorithmDialog.cpp
Expand Up @@ -1054,7 +1054,7 @@ void AlgorithmDialog::setPreviousValue(QWidget* widget, const QString& propName)
*
* All notifications will be observed.
*
* @Param observer Pointer to the AlgorithmObserver to add.
* @param observer Pointer to the AlgorithmObserver to add.
*/
void AlgorithmDialog::addAlgorithmObserver(Mantid::API::AlgorithmObserver *observer)
{
Expand Down

0 comments on commit 2fe73d4

Please sign in to comment.