Skip to content

Commit

Permalink
Fix typo'd "DEPRECATED"
Browse files Browse the repository at this point in the history
Change (depreacted) to (DEPRECATED) for uniformity and spelling
  • Loading branch information
maurer committed Sep 15, 2014
1 parent 5814c22 commit 27a2e3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion piqic-ocaml/piqic_ocaml.ml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ let arg__reserved_name =

let arg__gen_defaults =
"--gen-defaults", Arg.Set flag_gen_defaults,
"(depreacted) always enabled: generate default value constructors for generated types"
"(DEPRECATED) always enabled: generate default value constructors for generated types"

let arg__gen_preserve_unknown_fields =
"--gen-preserve-unknown-fields", Arg.Set C.flag_gen_preserve_unknown_fields,
Expand Down

0 comments on commit 27a2e3a

Please sign in to comment.