fix a minor typo

This commit is contained in:
Denis Martinez 2015-09-07 15:27:06 +02:00
parent dfb0f28ca2
commit 2b8bfc2825

View file

@ -83,7 +83,7 @@ ecl_set_process_env(cl_env_ptr env)
TlsSetValue(cl_env_key, env);
# else
if (pthread_setspecific(cl_env_key, env))
FElibc_error("pthread_setcspecific() failed.", 0);
FElibc_error("pthread_setspecific() failed.", 0);
# endif
#endif
}