This is an automated email from the git hooks/post-receive script.

x2go pushed a commit to branch 3.6.x
in repository nx-libs.

commit e91406e9b799f5e8659a47d820645ff7f194e39f
Author: Ulrich Sibiller <ul...@gmx.de>
Date:   Tue Apr 10 21:15:50 2018 +0200

    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 81d6ea1..6e58b7f 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(<variable>, <flag>, [<alternative flag>, ...])
 # ---------------
 # 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 dc4e0fd..fd3a497 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.                                                   */
 /*                                                                        */
 /**************************************************************************/
 

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on 
/srv/git/code.x2go.org/nx-libs.git
_______________________________________________
x2go-commits mailing list
x2go-commits@lists.x2go.org
https://lists.x2go.org/listinfo/x2go-commits

Reply via email to