aboutsummaryrefslogtreecommitdiff
path: root/nx-X11
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
index 09af31760..cc13dffbb 100644
--- a/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
+++ b/nx-X11/programs/Xserver/hw/nxagent/compext/Compext.c
@@ -1321,7 +1321,7 @@ unsigned int NXAllocSplit(Display *dpy, unsigned int resource)
}
#ifdef TEST_SPLIT
- fprintf(stderr, "******NXAllocSplit: WARNING! Resource limit exausted.\n");
+ fprintf(stderr, "******NXAllocSplit: WARNING! Resource limit exhausted.\n");
#endif
return NXNoResource;
@@ -1606,7 +1606,7 @@ unsigned int NXAllocUnpack(Display *dpy, unsigned int resource)
}
#ifdef TEST_UNPACK
- fprintf(stderr, "******NXAllocUnpack: WARNING! Resource limit exausted.\n");
+ fprintf(stderr, "******NXAllocUnpack: WARNING! Resource limit exhausted.\n");
#endif
return NXNoResource;