From 9a2c3fd65e9937f2bf3aa9bfdd5b9e5605fd7642 Mon Sep 17 00:00:00 2001 From: hsbt Date: Sun, 3 May 2015 12:59:52 +0000 Subject: * lib/yaml.rb: fix typo. [ci skip][fix GH-890] Patch by @miketheman git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50422 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- lib/yaml.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/yaml.rb b/lib/yaml.rb index c0ffcf877b..b211ca5a73 100644 --- a/lib/yaml.rb +++ b/lib/yaml.rb @@ -52,7 +52,7 @@ YAML = Psych # :nodoc: # For more advanced details on the implementation see Psych, and also check out # http://yaml.org for spec details and other helpful information. # -# Pysch is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych +# Psych is maintained by Aaron Patterson on github: https://github.com/tenderlove/psych # # Syck can also be found on github: https://github.com/tenderlove/syck module YAML -- cgit v1.2.3