From 6199da8d8aebb3dbf9f278b2f3ee1b184d125e3e Mon Sep 17 00:00:00 2001 From: Carsten Haitzler Date: Wed, 20 Oct 2010 13:54:01 +0000 Subject: [PATCH] fix doc s! SVN revision: 53665 --- legacy/eina/src/lib/eina_magic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/legacy/eina/src/lib/eina_magic.c b/legacy/eina/src/lib/eina_magic.c index 83cd247d26..9b96a070b7 100644 --- a/legacy/eina/src/lib/eina_magic.c +++ b/legacy/eina/src/lib/eina_magic.c @@ -426,7 +426,7 @@ eina_magic_string_static_set(Eina_Magic magic, const char *magic_name) * a handle that is of wrong type. * @li Otherwise, a message warns you about ab-using that function... * - * If the environment variable EINA_ERROR_ABORT is set, abort() is + * If the environment variable EINA_LOG_ABORT is set, abort() is * called and the program stops. It is useful for debugging programs * with gdb. */