From: Éric Thiébaut Date: Mon, 25 Jun 2018 04:44:49 +0000 (+0200) Subject: Fix two typos in header comments. (#120) X-Git-Tag: upstream/0.2.1^2~1 X-Git-Url: http://andersk.mit.edu/gitweb/libyaml.git/commitdiff_plain/83d3d3883877756963ca177e33f239f89a770fb1 Fix two typos in header comments. (#120) --- diff --git a/include/yaml.h b/include/yaml.h index 92f6b5c..a9fb573 100644 --- a/include/yaml.h +++ b/include/yaml.h @@ -1940,8 +1940,8 @@ yaml_emitter_close(yaml_emitter_t *emitter); * * The documen 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 destoys its content after - * it is emitted. The document object is destroyedeven if the function fails. + * responsibility for the document object and destroys its content after + * it is emitted. The document object is destroyed even if the function fails. * * @param[in,out] emitter An emitter object. * @param[in,out] document A document object.