aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEnji Cooper <yaneurabeya@gmail.com>2019-05-19 23:29:18 -0700
committerEnji Cooper <yaneurabeya@gmail.com>2019-05-19 23:31:04 -0700
commit699943fe40947d990bfee2121fad5befa5bdc390 (patch)
treee4ca46e4527a4ec9fb3df901535545d772e8442b
parentf71fb4f9a912ec945401cc49a287a759b6131026 (diff)
downloadgoogletest-699943fe40947d990bfee2121fad5befa5bdc390.tar.gz
googletest-699943fe40947d990bfee2121fad5befa5bdc390.tar.bz2
googletest-699943fe40947d990bfee2121fad5befa5bdc390.zip
Fix typo introduced in 63be3dcc245 (maintaners -> maintainers)
Signed-off-by: Enji Cooper <yaneurabeya@gmail.com>
-rw-r--r--CMakeLists.txt2
-rw-r--r--Makefile.am2
-rw-r--r--configure.ac2
-rw-r--r--googlemock/CMakeLists.txt2
-rw-r--r--googlemock/Makefile.am2
-rw-r--r--googlemock/configure.ac2
-rw-r--r--googletest/CMakeLists.txt2
-rw-r--r--googletest/Makefile.am2
-rw-r--r--googletest/configure.ac2
9 files changed, 9 insertions, 9 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00fdeeed..fa9d63ed 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 2320b2b5..7227e036 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 342582e5..b963e9f0 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 5f3c8287..c204f271 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 72314317..0b6f710d 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 e8b98982..98de7025 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 02ccc921..52a615d5 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 321550cd..3a57112f 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 fcdce9a5..c74071ee 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)