aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/config/cf/Imake.rules
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:27:00 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:02 +0200
commitcce9756545ab266ccff7ec363907aa25f4d7c1c7 (patch)
tree07aab99bf9e98ea7a25c175d5df43da673ebdebd /nx-X11/config/cf/Imake.rules
parente91406e9b799f5e8659a47d820645ff7f194e39f (diff)
downloadnx-libs-cce9756545ab266ccff7ec363907aa25f4d7c1c7.tar.gz
nx-libs-cce9756545ab266ccff7ec363907aa25f4d7c1c7.tar.bz2
nx-libs-cce9756545ab266ccff7ec363907aa25f4d7c1c7.zip
config/cf: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/config/cf/Imake.rules')
-rw-r--r--nx-X11/config/cf/Imake.rules4
1 files changed, 2 insertions, 2 deletions
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