Commit bd25086c authored by Mike Gabriel's avatar Mike Gabriel

hw/nxagent/{Clipboard|Events}.c: Typo fix in error messages.

parent d2fb76d8
...@@ -550,7 +550,7 @@ void nxagentTransferSelection(int resource) ...@@ -550,7 +550,7 @@ void nxagentTransferSelection(int resource)
if (nxagentLastClipboardClient == -1) if (nxagentLastClipboardClient == -1)
{ {
#ifdef WARNING #ifdef WARNING
fprintf(stderr, "nxagentTransferSelection: WARNING! Asyncronous GetProperty queue full.\n"); fprintf(stderr, "nxagentTransferSelection: WARNING! Asynchronous GetProperty queue full.\n");
#endif #endif
result = -1; result = -1;
...@@ -606,7 +606,7 @@ void nxagentTransferSelection(int resource) ...@@ -606,7 +606,7 @@ void nxagentTransferSelection(int resource)
if (nxagentLastClipboardClient == -1) if (nxagentLastClipboardClient == -1)
{ {
#ifdef WARNING #ifdef WARNING
fprintf(stderr, "nxagentTransferSelection: WARNING! Asyncronous GetProperty queue full.\n"); fprintf(stderr, "nxagentTransferSelection: WARNING! Asynchronous GetProperty queue full.\n");
#endif #endif
result = -1; result = -1;
......
...@@ -2363,7 +2363,7 @@ int nxagentHandlePropertyNotify(XEvent *X) ...@@ -2363,7 +2363,7 @@ int nxagentHandlePropertyNotify(XEvent *X)
if (resource == -1) if (resource == -1)
{ {
#ifdef WARNING #ifdef WARNING
fprintf(stderr, "nxagentHandlePropertyNotify: WARNING! Asyncronous get property queue is full.\n"); fprintf(stderr, "nxagentHandlePropertyNotify: WARNING! Asynchronous get property queue is full.\n");
#endif #endif
return 0; return 0;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment