mirror of
https://github.com/go-gitea/yaml.git
synced 2026-07-01 20:14:09 -04:00
Merge pull request #151 from anthonyfok/v2-fix-typo
Fix typo: "uknown" => "unknown"
This commit is contained in:
+1
-1
@@ -1546,7 +1546,7 @@ func yaml_parser_scan_directive(parser *yaml_parser_t, token *yaml_token_t) bool
|
||||
// Unknown directive.
|
||||
} else {
|
||||
yaml_parser_set_scanner_error(parser, "while scanning a directive",
|
||||
start_mark, "found uknown directive name")
|
||||
start_mark, "found unknown directive name")
|
||||
return false
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user