summaryrefslogtreecommitdiff
path: root/ext/psych/yaml/yaml.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/yaml/yaml.h')
-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 acd72ad3a3..d7777c6bab 100644
--- a/ext/psych/yaml/yaml.h
+++ b/ext/psych/yaml/yaml.h
@@ -1089,7 +1089,7 @@ typedef struct yaml_parser_s {
yaml_error_type_t error;
/** Error description. */
const char *problem;
- /** The byte about which the problem occured. */
+ /** The byte about which the problem occurred. */
size_t problem_offset;
/** The problematic value (@c -1 is none). */
int problem_value;