Skip to content

Commit

Permalink
Merge pull request #36904 from mantidproject/0-fix-spelling-mistake
Browse files Browse the repository at this point in the history
Fix spelling mistake in UserFunctionDialog.cpp
  • Loading branch information
SilkeSchomann authored Feb 21, 2024
2 parents 0c0d235 + 2522065 commit a5d17ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qt/widgets/common/src/UserFunctionDialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ void UserFunctionDialog::loadFunctions() {
setFunction("Base", "log", "log(x)", "Logarithm to the base 10");
setFunction("Base", "ln", "ln(x)", "Logarithm to the base e = 2.71828...");
setFunction("Base", "exp", "exp(x)", "e to the power of x");
setFunction("Base", "sqrt", "sqrt(x)", "Sqare root of x");
setFunction("Base", "sqrt", "sqrt(x)", "Square root of x");
setFunction("Base", "sign", "sign(x)", "Sign of x");
setFunction("Base", "rint", "rint(x)", "Round to nearest integer");
setFunction("Base", "erf", "erf(x)", "error function of x");
Expand Down

0 comments on commit a5d17ed

Please sign in to comment.