From 73136ebbde4faee648420e13a7edf7cfd092a6ea Mon Sep 17 00:00:00 2001 From: Ryuta Kamizono Date: Mon, 26 Apr 2021 02:25:11 +0900 Subject: [ruby/psych] Fix some typos [ci skip] https://github.com/ruby/psych/commit/98617e55a1 --- ext/psych/yaml/yaml.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'ext/psych/yaml/yaml.h') diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h index 914ea045d1..f1b7bfde20 100644 --- a/ext/psych/yaml/yaml.h +++ b/ext/psych/yaml/yaml.h @@ -1095,7 +1095,7 @@ typedef struct yaml_parser_s { yaml_error_type_t error; /** Error description. */ const char *problem; - /** The byte about which the problem occured. */ + /** The byte about which the problem occurred. */ size_t problem_offset; /** The problematic value (@c -1 is none). */ int problem_value; @@ -1335,7 +1335,7 @@ yaml_parser_delete(yaml_parser_t *parser); * Set a string input. * * Note that the @a input pointer must be valid while the @a parser object - * exists. The application is responsible for destroing @a input after + * exists. The application is responsible for destroying @a input after * destroying the @a parser. * * @param[in,out] parser A parser object. @@ -1950,7 +1950,7 @@ yaml_emitter_close(yaml_emitter_t *emitter); /** * Emit a YAML document. * - * The documen object may be generated using the yaml_parser_load() function + * The document object may be generated using the yaml_parser_load() function * or the yaml_document_initialize() function. The emitter takes the * responsibility for the document object and destroys its content after * it is emitted. The document object is destroyed even if the function fails. -- cgit v1.2.3