From 7ef392c438dee3e62fc58dc521a8696f641c1be6 Mon Sep 17 00:00:00 2001 From: Jean Guyomarc'h Date: Wed, 1 Jun 2016 22:45:35 +0200 Subject: [PATCH] ecore_cocoa: fix bad copy/paste in documentation Thanks to Stefan Schmidt. --- src/lib/ecore_cocoa/Ecore_Cocoa.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h b/src/lib/ecore_cocoa/Ecore_Cocoa.h index 1e73b7fe9e..67342d9811 100644 --- a/src/lib/ecore_cocoa/Ecore_Cocoa.h +++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h @@ -193,7 +193,7 @@ EAPI int ecore_cocoa_init(void); /** * Shuts the Ecore_Cocoa library down - * @return How many times Ecore_Cocoa has been initted + * @return How many times Ecore_Cocoa has been shut down */ EAPI int ecore_cocoa_shutdown(void);