summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-12-18 23:08:36 +1100
committerTim Gates <tim.gates@iress.com>2020-12-18 23:08:36 +1100
commit1150d669cb4fe8d894faa83b81cb129c56323d9b (patch)
tree32e99a22ee545149ccd1d09f40f48af4821d63e9 /ext
parent68cc762681bd1e23bd66f940204e41ee20cbc015 (diff)
downloadpsych-1150d669cb4fe8d894faa83b81cb129c56323d9b.tar.gz
docs: fix simple typo, expessed -> expressed
There is a small typo in ext/psych/yaml/yaml.h. Should read `expressed` rather than `expessed`.
Diffstat (limited to 'ext')
-rw-r--r--ext/psych/yaml/yaml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/psych/yaml/yaml.h b/ext/psych/yaml/yaml.h
index 89050e4..bda0359 100644
--- a/ext/psych/yaml/yaml.h
+++ b/ext/psych/yaml/yaml.h
@@ -1734,7 +1734,7 @@ typedef struct yaml_emitter_s {
size_t length;
/** Does the scalar contain line breaks? */
int multiline;
- /** Can the scalar be expessed in the flow plain style? */
+ /** Can the scalar be expressed in the flow plain style? */
int flow_plain_allowed;
/** Can the scalar be expressed in the block plain style? */
int block_plain_allowed;