Enlightenment CVS committal

Author  : tsauerbeck
Project : e17
Module  : libs/embryo

Dir     : e17/libs/embryo/src/lib


Modified Files:
        embryo_str.c 


Log Message:
typo
===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/embryo/src/lib/embryo_str.c,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -3 -r1.2 -r1.3
--- embryo_str.c        30 Mar 2004 09:35:50 -0000      1.2
+++ embryo_str.c        8 Aug 2004 09:53:54 -0000       1.3
@@ -437,7 +437,7 @@
 _embryo_str_init(Embryo_Program *ep)
 {
    embryo_program_native_call_add(ep, "atoi",     _embryo_str_atoi);
-   embryo_program_native_call_add(ep, "fnmtach",  _embryo_str_fnmatch);
+   embryo_program_native_call_add(ep, "fnmatch",  _embryo_str_fnmatch);
    embryo_program_native_call_add(ep, "strcmp",   _embryo_str_strcmp);
    embryo_program_native_call_add(ep, "strncmp",  _embryo_str_strncmp);
    embryo_program_native_call_add(ep, "strcpy",   _embryo_str_strcpy);




-------------------------------------------------------
This SF.Net email is sponsored by OSTG. Have you noticed the changes on
Linux.com, ITManagersJournal and NewsForge in the past few weeks? Now,
one more big change to announce. We are now OSTG- Open Source Technology
Group. Come see the changes on the new OSTG site. www.ostg.com
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to