summaryrefslogtreecommitdiff
path: root/lib/irb/ext/math-mode.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/irb/ext/math-mode.rb')
-rw-r--r--lib/irb/ext/math-mode.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/irb/ext/math-mode.rb b/lib/irb/ext/math-mode.rb
index a98664448e..5e268bb3e5 100644
--- a/lib/irb/ext/math-mode.rb
+++ b/lib/irb/ext/math-mode.rb
@@ -18,7 +18,7 @@ module IRB
def math_mode=(opt)
if @math_mode == true && opt == false
- IRB.fail CantRetuenNormalMode
+ IRB.fail CantReturnToNormalMode
return
end