# HG changeset patch # User 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com> # Date 1555470354 -28800 # Wed Apr 17 11:05:54 2019 +0800 # Node ID 343836e99b748a84c905d2cee0f4aefefe4e8031 # Parent 3c0a0085967e83eaedc5f72973e3f0ae309929a1 Fix typo in comment s/intendation/indentation/ Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com> diff --git a/include/yaml.h b/include/yaml.h --- a/include/yaml.h +++ b/include/yaml.h @@ -1858,7 +1858,7 @@ yaml_emitter_set_canonical(yaml_emitter_t *emitter, int canonical); /** - * Set the intendation increment. + * Set the indentation increment. * * @param[in,out] emitter An emitter object. * @param[in] indent The indentation increment (1 < . < 10).