Typo in error message
authorXavi Artigas <xavierartigas@yahoo.es>
Tue, 2 Jan 2018 12:54:52 +0000 (13:54 +0100)
committerWonki Kim <wonki_.kim@samsung.com>
Wed, 10 Jan 2018 11:08:13 +0000 (20:08 +0900)
src/lib/eina/eina_main.c

index ccfed1f..1a152d0 100644 (file)
@@ -302,7 +302,7 @@ eina_init(void)
    eina_cpu_count_internal();
 
    EINA_ERROR_NOT_MAIN_LOOP = eina_error_msg_static_register("Not in main loop.");
-   EINA_ERROR_NOT_IMPLEMENTED = eina_error_msg_static_register("Functionallity not implemented.");
+   EINA_ERROR_NOT_IMPLEMENTED = eina_error_msg_static_register("Functionality not implemented.");
 
    eina_log_timing(_eina_log_dom, EINA_LOG_STATE_STOP, EINA_LOG_STATE_INIT);