1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Fix my horrible spelling. Thanks @banister.

Signed-off-by: Jordon Bedwell <jordon@envygeeks.com>
This commit is contained in:
Jordon Bedwell 2012-02-22 11:49:35 -06:00
parent 43f3e15efe
commit 112c8ee6d9

View file

@ -76,7 +76,7 @@ class Pry
end
rescue => error
unless error.message.empty?
warn "History file not loaded, recieved an error: #{error.message}"
warn "History file not loaded, received an error: #{error.message}"
end
end
end