From f033f5f5d5aed0cd0cb8c40031c024ac3cb2693c Mon Sep 17 00:00:00 2001 From: rusefillc Date: Thu, 15 Jun 2023 14:53:38 -0400 Subject: [PATCH] only:spelling --- unit_tests/gmock-all.cpp | 2 +- unit_tests/gtest-all.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/unit_tests/gmock-all.cpp b/unit_tests/gmock-all.cpp index 52dba99c88..6bace6fc29 100644 --- a/unit_tests/gmock-all.cpp +++ b/unit_tests/gmock-all.cpp @@ -1,4 +1,4 @@ -// this is a work-around since our Makefile does not recognice .cc format +// this is a work-around since our Makefile does not recognise .cc format // todo: adjust the makefile so that we can remove this #include "googletest/googlemock/src/gmock-cardinalities.cc" diff --git a/unit_tests/gtest-all.cpp b/unit_tests/gtest-all.cpp index ef8093b79e..bc8ff628ad 100644 --- a/unit_tests/gtest-all.cpp +++ b/unit_tests/gtest-all.cpp @@ -1,4 +1,4 @@ -// this is a work-around since our Makefile does not recognice .cc format +// this is a work-around since our Makefile does not recognise .cc format // todo: adjust the makefile so that we can remove this #include "googletest/googletest/src/gtest.cc"