From 270ca4e2f9f144e3d538a3d89e1141fcf7dfd689 Mon Sep 17 00:00:00 2001 From: Wolfgang Draxinger Date: Sun, 15 Sep 2013 02:59:07 +0200 Subject: reworded warning message --- samples/X11/x11atomstuffer/x11atomstuffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- cgit v1.2.3