Commit 699943fe by Enji Cooper

Fix typo introduced in 63be3dcc (maintaners -> maintainers)

parent f71fb4f9
# 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. # internally.
cmake_minimum_required(VERSION 2.8.8) cmake_minimum_required(VERSION 2.8.8)
......
# 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. # internally.
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
......
# 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. # internally.
AC_INIT([Google C++ Mocking and Testing Frameworks], AC_INIT([Google C++ Mocking and Testing Frameworks],
......
######################################################################## ########################################################################
# 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. # internally.
# #
# CMake build script for Google Mock. # CMake build script for Google Mock.
......
# 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. # internally.
# Automake file # Automake file
......
# 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. # internally.
m4_include(../googletest/m4/acx_pthread.m4) m4_include(../googletest/m4/acx_pthread.m4)
......
######################################################################## ########################################################################
# 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. # internally.
# #
# CMake build script for Google Test. # CMake build script for Google Test.
......
# 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. # internally.
# Automake file # Automake file
......
# 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. # internally.
m4_include(m4/acx_pthread.m4) m4_include(m4/acx_pthread.m4)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment