E_Randr: Fix typo in message.

SVN revision: 65221
This commit is contained in:
Christopher Michael 2011-11-15 06:46:47 +00:00
parent 0645e7012d
commit 9a8511aea0
1 changed files with 1 additions and 1 deletions

View File

@ -796,7 +796,7 @@ _e_randr_event_cb(void *data __UNUSED__, int type, void *ev)
E_RANDR: relative to crtc: %d\n \
E_RANDR: relative to mode: %d\n \
E_RANDR: relative to orientation: %d\n \
E_RANDR: relative to connction: %d (connected = %d, disconnected = %d, unknown %d)\n \
E_RANDR: relative to connection: %d (connected = %d, disconnected = %d, unknown %d)\n \
E_RANDR: relative to subpixel_order: %d\n",
event->win, event->output, event->crtc, event->mode, event->orientation, event->connection, ECORE_X_RANDR_CONNECTION_STATUS_CONNECTED, ECORE_X_RANDR_CONNECTION_STATUS_DISCONNECTED, ECORE_X_RANDR_CONNECTION_STATUS_UNKNOWN, event->subpixel_order);