[X2Go-Commits] [nx-libs] 07/23: config/cf: fix spelling errors as reported by codespell

git-admin at x2go.org git-admin at x2go.org
Sat Jun 16 15:30:47 CEST 2018


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 cce9756545ab266ccff7ec363907aa25f4d7c1c7
Author: Ulrich Sibiller <uli42 at gmx.de>
Date:   Tue Apr 10 21:27:00 2018 +0200

    config/cf: fix spelling errors as reported by codespell
---
 nx-X11/config/cf/Imake.rules  | 4 ++--
 nx-X11/config/cf/Imake.tmpl   | 2 +-
 nx-X11/config/cf/gnu.cf       | 2 +-
 nx-X11/config/cf/host.def     | 2 +-
 nx-X11/config/cf/linux.cf     | 2 +-
 nx-X11/config/cf/xorg.cf      | 2 +-
 nx-X11/config/cf/xorgsite.def | 2 +-
 7 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/nx-X11/config/cf/Imake.rules b/nx-X11/config/cf/Imake.rules
index 8fc344a..4d522f9 100644
--- a/nx-X11/config/cf/Imake.rules
+++ b/nx-X11/config/cf/Imake.rules
@@ -1185,7 +1185,7 @@ clean::								@@\
 
 /* This rule is used for libs in Xserver/Imakefile which are loaded, not
  * linked into the core module. Since modules are called libXXXX.a,
- * this rule mustn't be overriden by .cf files.
+ * this rule mustn't be overridden by .cf files.
  */
 #ifndef ModuleLibraryTargetName
 #define ModuleLibraryTargetName(libname)Concat(lib,libname.a)
@@ -3609,7 +3609,7 @@ clean::									@@\
 #endif
 
 /* Phony targets - GNU make has a feature to mark a target as phony,
- * which means that it wont consider that target to be the name of a
+ * which means that it won't consider that target to be the name of a
  * file.  In general this speeds up make, since it doesn't have to
  * look for those files when it sets out to create a phony target.
  * However, on cygwin, this is actually required for correct
diff --git a/nx-X11/config/cf/Imake.tmpl b/nx-X11/config/cf/Imake.tmpl
index d6ef779..e202dab 100644
--- a/nx-X11/config/cf/Imake.tmpl
+++ b/nx-X11/config/cf/Imake.tmpl
@@ -1736,7 +1736,7 @@ CXXEXTRA_INCLUDES = CplusplusExtraIncludes
 #else
               CPP = CppCmd $(STD_CPP_DEFINES)		/* simple filters */
            RAWCPP = RawCppCmd $(STD_CPP_OPTIONS)
-    PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES)	/* prefered; mdep */
+    PREPROCESSCMD = PreProcessCmd $(STD_CPP_DEFINES)	/* preferred; mdep */
 #endif
           INSTALL = InstallCmd
      INSTALLFLAGS = InstallFlags
diff --git a/nx-X11/config/cf/gnu.cf b/nx-X11/config/cf/gnu.cf
index c7dd071..d575801 100644
--- a/nx-X11/config/cf/gnu.cf
+++ b/nx-X11/config/cf/gnu.cf
@@ -142,7 +142,7 @@ XCOMM i386Architecture
 
 #define ConnectionFlags		-DUNIXCONN -DTCPCONN
 
-/* Some of these man page defaults are overriden in the above OS sections */
+/* Some of these man page defaults are overridden in the above OS sections */
 #ifndef ManSuffix
 # define ManSuffix	1x
 #endif
diff --git a/nx-X11/config/cf/host.def b/nx-X11/config/cf/host.def
index 0969a8f..1360331 100644
--- a/nx-X11/config/cf/host.def
+++ b/nx-X11/config/cf/host.def
@@ -145,7 +145,7 @@
 /*
  * To use the deprecated, old keyboard driver, uncomment this.  But
  * even better, make the new keyboard driver (hw/xfree86/input/keyboard)
- * work for your architechture.  The old driver will be removed in the
+ * work for your architecture.  The old driver will be removed in the
  * next release.
  *
 #define UseDeprecatedKeyboardDriver YES
diff --git a/nx-X11/config/cf/linux.cf b/nx-X11/config/cf/linux.cf
index df7837c..fe8d97e 100644
--- a/nx-X11/config/cf/linux.cf
+++ b/nx-X11/config/cf/linux.cf
@@ -875,7 +875,7 @@ XCOMM binutils:	(LinuxBinUtilsMajorVersion)
 #define ConnectionFlags	-DUNIXCONN -DTCPCONN
 
 
-/* Some of these man page defaults are overriden in the above OS sections */
+/* Some of these man page defaults are overridden in the above OS sections */
 #ifndef ManSuffix
 # define ManSuffix	1x
 #endif
diff --git a/nx-X11/config/cf/xorg.cf b/nx-X11/config/cf/xorg.cf
index dc8a773..578d82a 100644
--- a/nx-X11/config/cf/xorg.cf
+++ b/nx-X11/config/cf/xorg.cf
@@ -645,7 +645,7 @@ DRIVERSDKMODULEDIR = DriverSDKModuleDir
 DRIVERSDKINCLUDEDIR = DriverSDKIncludeDir
 
 /*
- * Some commonly refered to directories are defined here.
+ * Some commonly referred to directories are defined here.
  */
 
        XF86SRC = $(SERVERSRC)/hw/xfree86
diff --git a/nx-X11/config/cf/xorgsite.def b/nx-X11/config/cf/xorgsite.def
index f735495..0ffe860 100644
--- a/nx-X11/config/cf/xorgsite.def
+++ b/nx-X11/config/cf/xorgsite.def
@@ -65,7 +65,7 @@
 /*
  * To use the deprecated, old keyboard driver, uncomment this.  But
  * even better, make the new keyboard driver (hw/xfree86/input/keyboard)
- * work for your architechture.  The old driver will be removed in the
+ * work for your architecture.  The old driver will be removed in the
  * next release.
  *
 #define UseDeprecatedKeyboardDriver YES

--
Alioth's /home/x2go-admin/maintenancescripts/git/hooks/post-receive-email on /srv/git/code.x2go.org/nx-libs.git


More information about the x2go-commits mailing list