Browse Source

correct misspell on yamlh.go

Bill Q 9 years ago
parent
commit
e72f93569e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      yamlh.go

+ 1 - 1
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