evas: Spelling fix

SVN revision: 60370
This commit is contained in:
Mike McCormack 2011-06-16 05:32:23 +00:00
parent bf2fb87d4d
commit f118d7c853
1 changed files with 1 additions and 1 deletions

View File

@ -1035,7 +1035,7 @@ EAPI int evas_shutdown (void);
* evas_object_event_callback_add(object, EVAS_CALLBACK_MOUSE_DOWN, callback, NULL);
* if (evas_alloc_error() == EVAS_ALLOC_ERROR_FATAL)
* {
* fprintf(stderr, "ERROR: Completely unable to attach callabck. Must\n");
* fprintf(stderr, "ERROR: Completely unable to attach callback. Must\n");
* fprintf(stderr, " destroy object now as it cannot be used.\n");
* evas_object_del(object);
* object = NULL;