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:
parent
43f3e15efe
commit
112c8ee6d9
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue