bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=efd09a21d98c5fc486bf0899604435b3062cbe98

commit efd09a21d98c5fc486bf0899604435b3062cbe98
Author: Taehyub Kim <taehyub....@samsung.com>
Date:   Thu Mar 5 02:54:21 2020 +0000

    ecore_cocoa: fix wrong word in documentation
    
    modified the wrong word for mime_type parameters
    
    Reviewed-by: Xavi Artigas <xavierarti...@yahoo.es>
    Differential Revision: https://phab.enlightenment.org/D11446
---
 src/lib/ecore_cocoa/Ecore_Cocoa.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_cocoa/Ecore_Cocoa.h 
b/src/lib/ecore_cocoa/Ecore_Cocoa.h
index ca0a835be2..a545d584d7 100644
--- a/src/lib/ecore_cocoa/Ecore_Cocoa.h
+++ b/src/lib/ecore_cocoa/Ecore_Cocoa.h
@@ -545,7 +545,7 @@ EAPI void 
ecore_cocoa_terminate_cb_set(Ecore_Cocoa_Terminate_Cb cb)
  * Sets the clipboard of Cocoa (NSPasteboard)
  * @param data The contents to be set in the clipboard
  * @param size The size in bytes of @c data
- * @param mine_type 
+ * @param mime_type The type of object to set the data
  * @return EINA_TRUE on success, EINA_FALSE on failure
  */
 EAPI Eina_Bool ecore_cocoa_clipboard_set(const void *data,
@@ -555,7 +555,7 @@ EAPI Eina_Bool ecore_cocoa_clipboard_set(const void *data,
 /*
  * Gets the contents of the Cocoa clipboard
  * @param size Pointer used to retrieve the size of the received contents
- * @param mine_type The type of object to retrieve from the clipboard
+ * @param mime_type The type of object to retrieve from the clipboard
  * @return The data retrieved from the clipboard. NULL on failure
  *
  */

-- 


Reply via email to