1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00
This commit is contained in:
Andrew Vos 2012-12-02 16:45:42 +00:00 committed by John Mair
parent 8f92f5a855
commit d588b119d7

View file

@ -19,7 +19,7 @@ class Pry::Pager
when :system
SystemPager.new(text).page
else
raise "'#{pager}' is not a recongized pager."
raise "'#{pager}' is not a recognized pager."
end
end