fix the tenses and forms of option flags

This commit is contained in:
alisdair sullivan 2012-03-31 21:58:18 -07:00
parent fdea98ebbf
commit 3bc2c68ea3
8 changed files with 221 additions and 211 deletions

View file

@ -1,11 +1,11 @@
-record(opts, {
loose_unicode = false,
escape_forward_slash = false,
explicit_end = false,
single_quotes = false,
no_jsonp_escapes = false,
replaced_bad_utf8 = false,
escaped_forward_slashes = false,
single_quoted_strings = false,
unescaped_jsonp = false,
comments = false,
json_escape = false,
escaped_strings = false,
dirty_strings = false,
ignore_bad_escapes = false
ignored_bad_escapes = false,
explicit_end = false
}).