diff --git a/Code/Mantid/docs/source/algorithms/ConvertToDistribution-v1.rst b/Code/Mantid/docs/source/algorithms/ConvertToDistribution-v1.rst
index d423d9edab9cd9d11774824068d1f2ab117920e9..82360a1aa3c275fffcf45437f74f24772e4dbf89 100644
--- a/Code/Mantid/docs/source/algorithms/ConvertToDistribution-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/ConvertToDistribution-v1.rst
@@ -26,14 +26,13 @@ Usage
     ws_multi = CreateSampleWorkspace("Histogram", "Multiple Peaks")
 
     print "Is the workspace a distribution? " + str(ws_multi.isDistribution())
-
-    print "The workspace has a level backgound of " + str(ws_multi.readY(0)[0]) + " counts."
-    print "The largest of which is " + str(ws_multi.readY(0)[60]) + " counts."
+    print "The workspace has a level background of " + str(ws_multi.readY(0)[0]) + " counts."
+    print "The largest of which is " + str(ws_multi.readY(0)[60]) + " counts." + "\n"
 
     ConvertToDistribution(ws_multi)
 
     print "Is the workspace a distribution? " + str(ws_multi.isDistribution())
-    print "The workspace has a level backgound of " + str(ws_multi.readY(0)[0]) + " counts."
+    print "The workspace has a level background of " + str(ws_multi.readY(0)[0]) + " counts."
     print "The largest of which is " + str(ws_multi.readY(0)[60]) + " counts."
 
 Output:
@@ -41,11 +40,11 @@ Output:
 .. testoutput:: ConvertToDistribution
 
     Is the workspace a distribution? False
-    The workspace has a level backgound of 0.3 counts.
+    The workspace has a level background of 0.3 counts.
     The largest of which is 8.3 counts.
 
     Is the workspace a distribution? True
-    The workspace has a level backgound of 0.0015 counts.
+    The workspace has a level background of 0.0015 counts.
     The largest of which is 0.0415 counts.
 
 .. categories::
diff --git a/Code/Mantid/docs/source/algorithms/UnwrapMonitor-v1.rst b/Code/Mantid/docs/source/algorithms/UnwrapMonitor-v1.rst
index 1799e12d62193a76ad32498a65b3a367f2d2c610..2df5f68d8a03e36d95ff6942964c1f35f821430d 100644
--- a/Code/Mantid/docs/source/algorithms/UnwrapMonitor-v1.rst
+++ b/Code/Mantid/docs/source/algorithms/UnwrapMonitor-v1.rst
@@ -106,6 +106,6 @@ Output:
 
 .. testoutput:: UnwrapMonitor
 
-    JoinWaveLength is: 1.4241722326403834
+    JoinWaveLength is: 1.42417223264
 
 .. categories::