Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Pointed out by @jbduncan (bazelbuild@1d287fc#commitcomment-22131116).

PiperOrigin-RevId: 156216265
  • Loading branch information
kchodorow authored and dslomov committed May 17, 2017
1 parent e04253e commit 21fd43e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ public class BuildEventStreamOptions extends OptionsBase {
name = "experimental_build_event_json_file",
defaultValue = "",
optionUsageRestrictions = OptionUsageRestrictions.HIDDEN,
help = "If non-empty, write a JOSN serialisation of the build event protocol to that file."
help = "If non-empty, write a JSON serialisation of the build event protocol to that file."
)
public String buildEventJsonFile;

Expand Down

0 comments on commit 21fd43e

Please sign in to comment.