summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2014-01-08 16:53:20 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2014-01-08 16:53:20 -0800
commitbfd62dc4dd23211024b46ab7d29ecec7a407e168 (patch)
tree47df4c75c7ee80025c2873e8ec6846a06e8a26d0
parent239aa1ae07bc20212106cf81054ed7c26f4b6f85 (diff)
downloadpsych-bfd62dc4dd23211024b46ab7d29ecec7a407e168.tar.gz
merging ruby trunk
-rw-r--r--lib/psych.rb2
-rw-r--r--lib/psych/nodes/sequence.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/psych.rb b/lib/psych.rb
index 45e01c5..47802a4 100644
--- a/lib/psych.rb
+++ b/lib/psych.rb
@@ -136,7 +136,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'
diff --git a/lib/psych/nodes/sequence.rb b/lib/psych/nodes/sequence.rb
index e4b833d..7e907fe 100644
--- a/lib/psych/nodes/sequence.rb
+++ b/lib/psych/nodes/sequence.rb
@@ -56,7 +56,7 @@ module Psych
# Is this sequence started implicitly?
attr_accessor :implicit
- # The sequece style used
+ # The sequence style used
attr_accessor :style
###