From e91406e9b799f5e8659a47d820645ff7f194e39f Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 10 Apr 2018 21:15:50 +0200 Subject: nxproxy: fix spelling errors as reported by codespell --- m4/nx-macros.m4 | 8 ++++---- nxproxy/src/Main.c | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/m4/nx-macros.m4 b/m4/nx-macros.m4 index 81d6ea147..6e58b7f02 100644 --- a/m4/nx-macros.m4 +++ b/m4/nx-macros.m4 @@ -51,7 +51,7 @@ AC_CHECK_DECL([__SUNPRO_C], [SUNCC="yes"], [SUNCC="no"]) # NX_TESTSET_CFLAG(, , [, ...]) # --------------- # Test if the compiler works when passed the given flag as a command line argument. -# If it succeeds, the flag is appeneded to the given variable. If not, it tries the +# If it succeeds, the flag is appended to the given variable. If not, it tries the # next flag in the list until there are no more options. # # Note that this does not guarantee that the compiler supports the flag as some @@ -212,7 +212,7 @@ NX_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wlogical-op]) # NX_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-align]) # NX_TESTSET_CFLAG([[BASE_]PREFIX[FLAGS]], [-Wcast-qual]) -# Turn some warnings into errors, so we don't accidently get successful builds +# Turn some warnings into errors, so we don't accidentally get successful builds # when there are problems that should be fixed. if test "x$SELECTIVE_WERROR" = "xyes" ; then @@ -425,7 +425,7 @@ AM_CONDITIONAL([TARGET_ELF], [test x"$nxconf_cv_targetelf" = "xyes"]) ]) # NX_TARGET_USE_ELF AC_DEFUN([LIBJPEG_FALLBACK_CHECK],[ -AC_MSG_CHECKING([for libjpeg shared libary file and headers]) +AC_MSG_CHECKING([for libjpeg shared library file and headers]) AC_CHECK_LIB([jpeg], [jpeg_destroy_compress], [have_jpeg_lib=yes], [have_jpeg_lib=no]) AC_CHECK_HEADERS([jpeglib.h], @@ -443,7 +443,7 @@ fi ]) # LIBJPEG_FALLBACK_CHECK AC_DEFUN([ZLIB_FALLBACK_CHECK],[ -AC_MSG_CHECKING([for zlib shared libary file and headers]) +AC_MSG_CHECKING([for zlib shared library file and headers]) AC_CHECK_LIB([z], [inflateEnd], [have_zlib_lib=yes], [have_zlib_lib=no]) AC_CHECK_HEADERS([zlib.h], diff --git a/nxproxy/src/Main.c b/nxproxy/src/Main.c index dc4e0fd68..fd3a4978c 100644 --- a/nxproxy/src/Main.c +++ b/nxproxy/src/Main.c @@ -11,7 +11,7 @@ /* */ /* NX and NoMachine are trademarks of Medialogic S.p.A. */ /* */ -/* All rigths reserved. */ +/* All rights reserved. */ /* */ /**************************************************************************/ -- cgit v1.2.3