From 83d3d3883877756963ca177e33f239f89a770fb1 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=89ric=20Thi=C3=A9baut?= Date: Mon, 25 Jun 2018 06:44:49 +0200 Subject: [PATCH] Fix two typos in header comments. (#120) --- include/yaml.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.45.0