summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <shibata.hiroshi@gmail.com>2014-01-19 14:58:28 +0900
committerSHIBATA Hiroshi <shibata.hiroshi@gmail.com>2014-01-19 14:58:28 +0900
commita7be452b88b274e456f3de5fde93bf41a94e48bc (patch)
tree7c7fc29cc82880042c0de650dcb4243ac4596cad /lib
parenta479e141bfab70a21cdb3936d4a930c7b3885a9c (diff)
downloadpsych-a7be452b88b274e456f3de5fde93bf41a94e48bc.tar.gz
fix typo at https://github.com/ruby/ruby/pull/500 and https://github.com/ruby/ruby/pull/506
Diffstat (limited to 'lib')
-rw-r--r--lib/psych.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 47802a4..e7cb0d0 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -72,7 +72,7 @@ require 'psych/class_loader'
# ==== Exception handling
#
# begin
-# # The second argument chnages only the exception contents
+# # The second argument changes only the exception contents
# Psych.parse("--- `", "file.txt")
# rescue Psych::SyntaxError => ex
# ex.file # => 'file.txt'