From 7be541f281225aae8e04bff4210b67688be080bc Mon Sep 17 00:00:00 2001 From: klemens Date: Sun, 26 Feb 2017 16:49:47 +0100 Subject: spelling fixes --- mysys/my_thr_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mysys/my_thr_init.c') diff --git a/mysys/my_thr_init.c b/mysys/my_thr_init.c index 1e4b85583b1..5234010ac38 100644 --- a/mysys/my_thr_init.c +++ b/mysys/my_thr_init.c @@ -262,7 +262,7 @@ my_bool my_thread_init(void) my_bool error=0; if (!my_thread_global_init_done) - return 1; /* cannot proceed with unintialized library */ + return 1; /* cannot proceed with uninitialized library */ #ifdef EXTRA_DEBUG_THREADS fprintf(stderr,"my_thread_init(): pthread_self: %p\n", pthread_self()); -- cgit v1.2.1