summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharlie Sanders <charlie@squareup.com>2015-09-09 16:44:49 -0500
committerCharlie Sanders <charlie@squareup.com>2015-09-09 16:44:49 -0500
commit41049830e1252f17bdaa076d816352658025af9c (patch)
treea5cce57582923c1bf95c1bc3a9db009542cc8db3
parent8737e5b8cf9a9ef2879f4aa8c4f7afdcb7a701d3 (diff)
downloadpsych-41049830e1252f17bdaa076d816352658025af9c.tar.gz
Fix spelling typo: uknown -> unknown
-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 8d81590..c8627e2 100644
--- a/ext/psych/yaml/scanner.c
+++ b/ext/psych/yaml/scanner.c
@@ -2053,7 +2053,7 @@ yaml_parser_scan_directive(yaml_parser_t *parser, yaml_token_t *token)
else
{
yaml_parser_set_scanner_error(parser, "while scanning a directive",
- start_mark, "found uknown directive name");
+ start_mark, "found unknown directive name");
goto error;
}