Skip to content
Snippets Groups Projects
Commit 699943fe authored by Enji Cooper's avatar Enji Cooper
Browse files

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

parent f71fb4f9
No related branches found
No related tags found
No related merge requests found
# 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)
......
# 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
......
# 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],
......
########################################################################
# 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.
......
# 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
......
# 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)
......
########################################################################
# 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.
......
# 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
......
# 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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment