summaryrefslogtreecommitdiff
path: root/src/Quarks.c
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2020-07-22 15:19:58 -0700
commit2b7598221d87049d03e9a95fcb541c37c8728184 (patch)
tree2908e9da747a4a03f2fcaa47a26895b350cb1825 /src/Quarks.c
parentf9e3378ebcfc79ff00591b8617a68e97580a741e (diff)
downloadxorg-lib-libX11-2b7598221d87049d03e9a95fcb541c37c8728184.tar.gz
Fix spelling/wording issues
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Diffstat (limited to 'src/Quarks.c')
-rw-r--r--src/Quarks.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Quarks.c b/src/Quarks.c
index df820229..0dd91968 100644
--- a/src/Quarks.c
+++ b/src/Quarks.c
@@ -63,7 +63,7 @@ from The Open Group.
#ifdef PERMQ
typedef unsigned char Bits;
#endif
-typedef unsigned long Entry; /* dont confuse with EntryRec from Xintatom.h */
+typedef unsigned long Entry; /* don't confuse with EntryRec from Xintatom.h */
static XrmQuark nextQuark = 1; /* next available quark number */
static unsigned long quarkMask = 0;
@@ -398,7 +398,7 @@ XrmString XrmQuarkToString(register XrmQuark quark)
else {
#ifdef PERMQ
/* We have to mark the quark as permanent, since the caller might hold
- * onto the string pointer forver.
+ * onto the string pointer forever.
*/
SETPERM(quark);
#endif