From d19badc63b31df026f19190a54b9c169c93da7da Mon Sep 17 00:00:00 2001
From: Anthony Lim <anthony.lim@stfc.ac.uk>
Date: Wed, 20 Sep 2017 15:21:51 +0100
Subject: [PATCH] refs #20312 fixed typo

---
 docs/source/interfaces/Frequency_domain_analysis.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/source/interfaces/Frequency_domain_analysis.rst b/docs/source/interfaces/Frequency_domain_analysis.rst
index 749bcbf2d33..61b7cb73388 100644
--- a/docs/source/interfaces/Frequency_domain_analysis.rst
+++ b/docs/source/interfaces/Frequency_domain_analysis.rst
@@ -42,9 +42,9 @@ In this mode the interface displays two tables, FFT and Advanced options. The FF
 all of the information required to produce a forward FFT. The Advanced Options table contains the information
 for adding padding and apodization functions to the data. 
 
-Selecting the workspace to be ``PhaseQuad`` will cause the :ref:`PhaseQuad <algm-PhaseQuad>` algortihm to be called first. If no phase table is available then
+Selecting the workspace to be ``PhaseQuad`` will cause the :ref:`PhaseQuad <algm-PhaseQuad>` algorithm to be called first. If no phase table is available then
 the interface will generate one and output the result as ``PhaseTable``. It is possible to select the direction of the axis when generating the table and it is
-possoble to use a pre-existing ``PhaseTable``. **Note that the PhaseQuad option requires the data archieve to be in the search directory. 
+possible to use a pre-existing ``PhaseTable``. **Note that the PhaseQuad option requires the data archieve to be in the search directory**. 
 
 The Calculate button will execute the :ref:`Padding and Apodization <algm-PaddingAndApodization>`  and then :ref:`FFT <algm-FFT>` algortihms. The output workspace will be added to
 ``FFTMuon``. 
-- 
GitLab