Fix typos in system_googletest build config option

This commit is contained in:
Bryan W. Weber 2018-08-20 15:27:02 -04:00 committed by Ray Speth
parent 323c7370db
commit af4ccaee09

View file

@ -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',