Skip to content

Commit

Permalink
Fix typos in system_googletest build config option
Browse files Browse the repository at this point in the history
  • Loading branch information
bryanwweber authored and speth committed Aug 20, 2018
1 parent 323c737 commit af4ccae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SConstruct
Original file line number Diff line number Diff line change
Expand Up @@ -539,7 +539,7 @@ config_options = [
"""Select whether to use gtest/gmock from system
installation ('y'), from a Git submodule ('n'), or to decide
automatically ('default'). Deprecated option, please use 'googletest' instead.
This option is supressed by 'googltest' option.""",
This option is suppressed by 'googletest' option.""",
'unspecified', ('unspecified','default', 'y', 'n')),
EnumVariable(
'googletest',
Expand Down

0 comments on commit af4ccae

Please sign in to comment.