aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Font.c
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2018-04-10 21:11:57 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2018-05-24 09:04:01 +0200
commit170416d26e885d4a6544a214b078162a0883bd94 (patch)
tree8755266a05480578921fd74f613babffaf32dd3e /nx-X11/programs/Xserver/hw/nxagent/Font.c
parent94f7ce7d17e4d537211b6a344c4e9e0e467e1d0e (diff)
downloadnx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.gz
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.tar.bz2
nx-libs-170416d26e885d4a6544a214b078162a0883bd94.zip
hw/nxagent: fix spelling errors as reported by codespell
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Font.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Font.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Font.c b/nx-X11/programs/Xserver/hw/nxagent/Font.c
index 72c5eb9d0..a1690ebb8 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Font.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Font.c
@@ -245,7 +245,7 @@ void nxagentListRemoteFonts(const char *searchPattern, const int maxNames)
* number of dashes in the pattern acts as
* a rule to select how to search for the
* font names, so the pattern '*' is useful
- * to retrive the font aliases, while the
+ * to retrieve the font aliases, while the
* other one will select the 'real' fonts.
*/
@@ -717,7 +717,7 @@ int nxagentDestroyNewFontResourceType(void * p, XID id)
/*
FIXME: It happens that this resource had been already
- destroied. We should verify if the same font is
+ destroyed. We should verify if the same font is
assigned both to the server client and another
client. We had a crash when freeing server client
resources.
@@ -788,7 +788,7 @@ static XFontStruct *nxagentLoadBestQueryFont(Display* dpy, char *fontName, FontP
numSearchFields = nxagentSplitString(nxagentRemoteFontList.list[i]->name, searchFields, FIELDS+1, "-");
- /* The following code attemps to find an accurate approximation
+ /* The following code attempts to find an accurate approximation
* of the missing font. The current candidate and the missing font are
* compared on the 14 fields of the X Logical Font Description Convention.
* The selection is performed by the analysis of the matching fields,