From: Dhruv Chawla <[email protected]>
Signed-off-by: Dhruv Chawla <[email protected]>
libgm2/ChangeLog:
* configure.ac: Fix typos.
---
libgm2/configure.ac | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/libgm2/configure.ac b/libgm2/configure.ac
index ebdd720f219..2c85a05aeab 100644
--- a/libgm2/configure.ac
+++ b/libgm2/configure.ac
@@ -437,7 +437,7 @@ AC_SUBST(GM2_FOR_TARGET)
# Now we check the target as long as it is a supported host.
# For some embedded targets we choose minimal runtime system which is
-# just enough to satisfy the linker targetting raw metal.
+# just enough to satisfy the linker targeting raw metal.
if test x${M2_HOST_OS} != xunknown; then
AC_MSG_NOTICE([m2 library building for target ${target}])
case "$target" in
@@ -490,7 +490,7 @@ else
GM2_MSG_RESULT([m2 front end will build PIM libraries:],[BUILD_PIMLIB])
GM2_MSG_RESULT([m2 front end will build ISO libraries:],[BUILD_ISOLIB])
GM2_MSG_RESULT([m2 front end will build coroutine
libraries:],[BUILD_CORLIB])
- GM2_MSG_RESULT([m2 front end will build Logitech compatability
libraries:],[BUILD_LOGLIB])
+ GM2_MSG_RESULT([m2 front end will build Logitech compatibility
libraries:],[BUILD_LOGLIB])
fi
AM_CONDITIONAL([BUILD_PIMLIB], [test x$BUILD_PIMLIB = xtrue])
--
2.43.0