From 699943fe40947d990bfee2121fad5befa5bdc390 Mon Sep 17 00:00:00 2001 From: Enji Cooper Date: Sun, 19 May 2019 23:29:18 -0700 Subject: Fix typo introduced in 63be3dcc245 (maintaners -> maintainers) Signed-off-by: Enji Cooper --- CMakeLists.txt | 2 +- Makefile.am | 2 +- configure.ac | 2 +- googlemock/CMakeLists.txt | 2 +- googlemock/Makefile.am | 2 +- googlemock/configure.ac | 2 +- googletest/CMakeLists.txt | 2 +- googletest/Makefile.am | 2 +- googletest/configure.ac | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 00fdeee..fa9d63e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ -# Note: CMake support is community-based. The maintaners do not use CMake +# Note: CMake support is community-based. The maintainers do not use CMake # internally. cmake_minimum_required(VERSION 2.8.8) diff --git a/Makefile.am b/Makefile.am index 2320b2b..7227e03 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. ## Process this file with automake to produce Makefile.in diff --git a/configure.ac b/configure.ac index 342582e..b963e9f 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. AC_INIT([Google C++ Mocking and Testing Frameworks], diff --git a/googlemock/CMakeLists.txt b/googlemock/CMakeLists.txt index 5f3c828..c204f27 100644 --- a/googlemock/CMakeLists.txt +++ b/googlemock/CMakeLists.txt @@ -1,5 +1,5 @@ ######################################################################## -# Note: CMake support is community-based. The maintaners do not use CMake +# Note: CMake support is community-based. The maintainers do not use CMake # internally. # # CMake build script for Google Mock. diff --git a/googlemock/Makefile.am b/googlemock/Makefile.am index 7231431..0b6f710 100644 --- a/googlemock/Makefile.am +++ b/googlemock/Makefile.am @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. # Automake file diff --git a/googlemock/configure.ac b/googlemock/configure.ac index e8b9898..98de702 100644 --- a/googlemock/configure.ac +++ b/googlemock/configure.ac @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. m4_include(../googletest/m4/acx_pthread.m4) diff --git a/googletest/CMakeLists.txt b/googletest/CMakeLists.txt index 02ccc92..52a615d 100644 --- a/googletest/CMakeLists.txt +++ b/googletest/CMakeLists.txt @@ -1,5 +1,5 @@ ######################################################################## -# Note: CMake support is community-based. The maintaners do not use CMake +# Note: CMake support is community-based. The maintainers do not use CMake # internally. # # CMake build script for Google Test. diff --git a/googletest/Makefile.am b/googletest/Makefile.am index 321550c..3a57112 100644 --- a/googletest/Makefile.am +++ b/googletest/Makefile.am @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. # Automake file diff --git a/googletest/configure.ac b/googletest/configure.ac index fcdce9a..c74071e 100644 --- a/googletest/configure.ac +++ b/googletest/configure.ac @@ -1,4 +1,4 @@ -# Note: automake support is community-based. The maintaners do not use automake +# Note: automake support is community-based. The maintainers do not use automake # internally. m4_include(m4/acx_pthread.m4) -- cgit v0.12