From e72f93569ef83aca933836c2fb9185faeeced236 Mon Sep 17 00:00:00 2001 From: Bill Q Date: Tue, 27 Jun 2017 02:37:29 +0300 Subject: [PATCH] correct misspell on yamlh.go --- yamlh.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yamlh.go b/yamlh.go index d60a6b6..3caeca0 100644 --- a/yamlh.go +++ b/yamlh.go @@ -508,7 +508,7 @@ type yaml_parser_t struct { problem string // Error description. - // The byte about which the problem occured. + // The byte about which the problem occurred. problem_offset int problem_value int problem_mark yaml_mark_t