]> andersk Git - libyaml.git/commitdiff
Fix two typos in header comments. (#120)
authorÉric Thiébaut <eric.thiebaut@univ-lyon1.fr>
Mon, 25 Jun 2018 04:44:49 +0000 (06:44 +0200)
committerAlex Gaynor <alex.gaynor@gmail.com>
Mon, 25 Jun 2018 04:44:49 +0000 (00:44 -0400)
include/yaml.h

index 92f6b5cb2fe430d3c95145dbd65df07e83f23596..a9fb573c696c8bf418c0f0648cab6f8a6c4f860d 100644 (file)
@@ -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.
This page took 0.363632 seconds and 5 git commands to generate.