aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Atoms.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/Atoms.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/Atoms.c')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Atoms.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
index e2d97d2b4..5e578a5fd 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/Atoms.c
@@ -415,8 +415,8 @@ static void nxagentWriteAtom(Atom local, Atom remote, const char *string, Bool d
/*
* FIXME: We should clean up the atom map
- * at nxagent reset, in order to cancel
- * all the local atoms but still mantaining
+ * at nxagent reset, in order to cancel
+ * all the local atoms but still maintaining
* the Xserver values and the atom names.
*/
@@ -470,8 +470,8 @@ static int nxagentInitAtomMap(char **atomNameList, int count, Atom *atomsRet)
}
/*
- * Ask X-Server for ours Atoms
- * ... if successfull cache them too.
+ * Ask X-Server for our Atoms
+ * ... if successful cache them too.
*/
ret_value = XInternAtoms(nxagentDisplay, name_list, list_size, False, atom_list);
@@ -532,7 +532,7 @@ static int nxagentInitAtomMap(char **atomNameList, int count, Atom *atomsRet)
}
/*
- * If the nxagent has been resetted,
+ * If the nxagent has been reset,
* the local value of the atoms stored
* in cache could have the value None,
* do not call this function with None.
@@ -639,7 +639,7 @@ Atom nxagentMakeAtom(char *string, unsigned int length, Bool Makeit)
{
/*
* Found Cached by name.
- * It means that nxagent has been resetted,
+ * It means that nxagent has been reset,
* but not the xserver so we still have cached its atoms.
*/