From af4ccaee099486d60c8eadab3fe823cd427b131b Mon Sep 17 00:00:00 2001 From: "Bryan W. Weber" Date: Mon, 20 Aug 2018 15:27:02 -0400 Subject: [PATCH] Fix typos in system_googletest build config option --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index a453a2fa4..dc7ebd475 100644 --- a/SConstruct +++ b/SConstruct @@ -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',