package/gtest: fix explanation typo

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
This commit is contained in:
Peter Korsgaard
2024-09-10 09:08:19 +02:00
committed by Yann E. MORIN
parent 6d6d7bfe23
commit e9beedc3d4

View File

@@ -18,7 +18,7 @@ GTEST_CPE_ID_PRODUCT = google_test
# gtest.
# So, force to build gtest as a static library.
#
# For further details, refer to the explaination given in the README file from
# For further details, refer to the explanation given in the README file from
# the gtest sources.
GTEST_CONF_OPTS = -DBUILD_SHARED_LIBS=OFF