From 55d03b9a1b7344fde72b5474734ea53ff766d1d4 Mon Sep 17 00:00:00 2001 From: denis <> Date: Tue, 28 Oct 2008 00:30:08 +0000 Subject: fixed typo --- ot_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ot_mutex.c b/ot_mutex.c index 5f51299..fb24fe7 100644 --- a/ot_mutex.c +++ b/ot_mutex.c @@ -59,7 +59,7 @@ static void bucket_remove( int bucket ) { ++i; if( i == bucket_locklist_count ) { - fprintf( stderr, "Request to unlock bucket that was never lock. Consult source code.\n" ); + fprintf( stderr, "Request to unlock bucket that was never locked. Consult source code.\n" ); return; } -- cgit v1.2.3