From 2a2ca3dd2bafed1c7eba79688b5f5108be681bad Mon Sep 17 00:00:00 2001
From: Nick Draper <nick.draper@stfc.ac.uk>
Date: Fri, 9 Oct 2015 10:25:00 +0100
Subject: [PATCH] Fix Doxygen Error, not mine, but it was found in my branch

re #13347
---
 .../inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h      | 2 +-
 Framework/CurveFitting/src/Algorithms/FitPowderDiffPeaks.cpp    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h b/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
index 5c1513137cd..dccb211641b 100644
--- a/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
+++ b/Framework/CurveFitting/inc/MantidCurveFitting/Algorithms/FitPowderDiffPeaks.h
@@ -123,7 +123,7 @@ private:
 
   /// Fit single peak in robust mode (no hint)
   bool fitSinglePeakRobust(Functions::BackToBackExponential_sptr peak,
-                           Functions::BackgroundFunction_sptr background,
+                           Functions::BackgroundFunction_sptr backgroundfunction,
                            double leftdev, double rightdev,
                            std::map<std::string, double> rightpeakparammap,
                            double &finalchi2);
diff --git a/Framework/CurveFitting/src/Algorithms/FitPowderDiffPeaks.cpp b/Framework/CurveFitting/src/Algorithms/FitPowderDiffPeaks.cpp
index d83a59efd55..b69b92fdba2 100644
--- a/Framework/CurveFitting/src/Algorithms/FitPowderDiffPeaks.cpp
+++ b/Framework/CurveFitting/src/Algorithms/FitPowderDiffPeaks.cpp
@@ -593,7 +593,7 @@ void FitPowderDiffPeaks::observePeakRange(BackToBackExponential_sptr thispeak,
   * Assumption:
   * 1. peak must be in the range of [input peak center - leftdev, + rightdev]
   *
-  * Prerequisit:
+  * Prerequisites:
   * ---- NONE!
   *
   * Algorithms:
-- 
GitLab