aboutsummaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-15 02:59:07 +0200
committerWolfgang Draxinger <Wolfgang.Draxinger@draxit.de>2013-09-15 02:59:07 +0200
commit270ca4e2f9f144e3d538a3d89e1141fcf7dfd689 (patch)
tree891068a7dff20cae4b9256c333a3275514cfc43f /samples
parentedd45b2d961876fe2105a1a27fa53b7c2044ed5b (diff)
downloadcodesamples-270ca4e2f9f144e3d538a3d89e1141fcf7dfd689.tar.gz
codesamples-270ca4e2f9f144e3d538a3d89e1141fcf7dfd689.tar.bz2
reworded warning message
Diffstat (limited to 'samples')
-rw-r--r--samples/X11/x11atomstuffer/x11atomstuffer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/X11/x11atomstuffer/x11atomstuffer.c b/samples/X11/x11atomstuffer/x11atomstuffer.c
index 70ed425..dfa86de 100644
--- a/samples/X11/x11atomstuffer/x11atomstuffer.c
+++ b/samples/X11/x11atomstuffer/x11atomstuffer.c
@@ -40,7 +40,7 @@ int main(int argc, char *argv[])
"This program wastes serious resources of the\n"
"X11 server it is started on. Do not execute\n"
"this program on a production X11 session as\n"
-"the allocated resources can not be reclaimed\n"
+"the allocated atoms can not be freed/reused\n"
"without resetting or quiting the X11 server.\n"
"\n"
"To actually perform this, do the following:\n"