summaryrefslogtreecommitdiff
path: root/lib/yaml.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/yaml.rb')
-rw-r--r--lib/yaml.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/yaml.rb b/lib/yaml.rb
index 54880182e3..644538c579 100644
--- a/lib/yaml.rb
+++ b/lib/yaml.rb
@@ -148,7 +148,7 @@ module YAML
end
#
- # Method to extract colon-seperated type and class, returning
+ # Method to extract colon-separated type and class, returning
# the type and the constant of the class
#
def YAML.read_type_class( type, obj_class )