Typo in error message

This commit is contained in:
Xavi Artigas 2018-01-02 13:54:52 +01:00
parent e4e48aa4f9
commit ee61190af8
1 changed files with 1 additions and 1 deletions

View 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);