diff options
author | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2013-08-27 21:04:16 +0000 |
---|---|---|
committer | zhanyong.wan <zhanyong.wan@8415998a-534a-0410-bf83-d39667b30386> | 2013-08-27 21:04:16 +0000 |
commit | 35da814a99e6c273494779a342943c2f4ef6ffd6 (patch) | |
tree | a13025f318034afe8def606fff987876eb97148a | |
parent | 64bd62daf2e0a46cd3095650a3aaed850dfc0544 (diff) | |
download | googletest-35da814a99e6c273494779a342943c2f4ef6ffd6.tar.gz googletest-35da814a99e6c273494779a342943c2f4ef6ffd6.tar.bz2 googletest-35da814a99e6c273494779a342943c2f4ef6ffd6.zip |
fixes a typo
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 564efd96..6277cc58 100644 --- a/Makefile.am +++ b/Makefile.am @@ -34,7 +34,7 @@ pkginclude_HEADERS = \ include/gmock/gmock-generated-nice-strict.h \ include/gmock/gmock-matchers.h \ include/gmock/gmock-more-actions.h \ - include/gmock/gmock-more-matcher.h \ + include/gmock/gmock-more-matchers.h \ include/gmock/gmock-spec-builders.h \ include/gmock/gmock.h |