summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-16 12:00:47 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2016-11-16 12:00:47 +0900
commit18d13b1df09504548feb4cb9b259fed552d6a4d5 (patch)
tree7b1dfe57e4af4611236fafb48b555f5ac9046043 /ext
parent2699f38887553da42100a201517b25bed94c3192 (diff)
downloadpsych-18d13b1df09504548feb4cb9b259fed552d6a4d5.zip
Picked regression fix from a7be452b88b274e456f3de5fde93bf41a94e48bc
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/yaml/scanner.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/scanner.c b/ext/psych/yaml/scanner.c
index 2e15e30..bfdf3ab 100644
--- a/ext/psych/yaml/scanner.c
+++ b/ext/psych/yaml/scanner.c
@@ -70,7 +70,7 @@
* %TAG !yaml! tag:yaml.org,2002:
* ---
*
- * The correspoding sequence of tokens:
+ * The corresponding sequence of tokens:
*
* STREAM-START(utf-8)
* VERSION-DIRECTIVE(1,1)