Skip to content

Commit

Permalink
refs #10113. Fix spelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
OwenArnold committed Aug 18, 2014
1 parent eefb823 commit 4dc9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/scripts/Interface/ui/reflectometer/refl_gui.py
Expand Up @@ -899,7 +899,7 @@ def _do_run(self, runno, row, which):

angle = str(self.tableMain.item(row, which * 5 + 1).text())

# Explititly set the angle to None so that the workflow algorithm doesn't try to interpret it.
# Explicitly set the angle to None so that the workflow algorithm doesn't try to interpret it.
if not angle:
angle = None

Expand Down

0 comments on commit 4dc9c2e

Please sign in to comment.