summaryrefslogtreecommitdiffstats
path: root/googletest/test/googletest-param-test-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'googletest/test/googletest-param-test-test.h')
-rw-r--r--googletest/test/googletest-param-test-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/googletest/test/googletest-param-test-test.h b/googletest/test/googletest-param-test-test.h
index 632a61f..6480570 100644
--- a/googletest/test/googletest-param-test-test.h
+++ b/googletest/test/googletest-param-test-test.h
@@ -44,7 +44,7 @@ class ExternalInstantiationTest : public ::testing::TestWithParam<int> {
// Test fixture for testing instantiation of a test in multiple
// translation units.
-class InstantiationInMultipleTranslaionUnitsTest
+class InstantiationInMultipleTranslationUnitsTest
: public ::testing::TestWithParam<int> {
};