diff options
Diffstat (limited to 'googletest/Makefile.am')
-rw-r--r-- | googletest/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/Makefile.am b/googletest/Makefile.am index 29797e4..dbc004d 100644 --- a/googletest/Makefile.am +++ b/googletest/Makefile.am @@ -216,7 +216,7 @@ pkginclude_internal_HEADERS = \ lib_libgtest_main_la_SOURCES = src/gtest_main.cc lib_libgtest_main_la_LIBADD = lib/libgtest.la -# Bulid rules for samples and tests. Automake's naming for some of +# Build rules for samples and tests. Automake's naming for some of # these variables isn't terribly obvious, so this is a brief # reference: # |