diff options
Diffstat (limited to 'src/lib/ecore_cocoa')
-rw-r--r-- | src/lib/ecore_cocoa/Ecore_Cocoa.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
193 | 193 | ||
194 | /** | 194 | /** |
195 | * Shuts the Ecore_Cocoa library down | 195 | * Shuts the Ecore_Cocoa library down |
196 | * @return How many times Ecore_Cocoa has been initted | 196 | * @return How many times Ecore_Cocoa has been shut down |
197 | */ | 197 | */ |
198 | EAPI int ecore_cocoa_shutdown(void); | 198 | EAPI int ecore_cocoa_shutdown(void); |
199 | 199 | ||