From cce9756545ab266ccff7ec363907aa25f4d7c1c7 Mon Sep 17 00:00:00 2001 From: Ulrich Sibiller Date: Tue, 10 Apr 2018 21:27:00 +0200 Subject: 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(-) (limited to 'nx-X11/config') diff --git a/nx-X11/config/cf/Imake.rules b/nx-X11/config/cf/Imake.rules index 8fc344ac5..4d522f9e2 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 d6ef779cb..e202dabce 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 c7dd071fe..d57580125 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 0969a8f48..1360331be 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 df7837c9e..fe8d97ec3 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 dc8a77362..578d82af4 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 f735495f8..0ffe86056 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 -- cgit v1.2.3