From 32477fb1bab655e0e8164312480522daf74b9a73 Mon Sep 17 00:00:00 2001 From: Denis Ahrens Date: Tue, 28 Oct 2008 00:30:08 +0000 Subject: [PATCH] fixed typo --- ot_mutex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ot_mutex.c b/ot_mutex.c index 744c9c6..69491c3 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; } @@ -319,4 +319,4 @@ void mutex_deinit( ) { byte_zero( all_torrents, sizeof( all_torrents ) ); } -const char *g_version_mutex_c = "$Source: /home/cvsroot/opentracker/ot_mutex.c,v $: $Revision: 1.10 $\n"; +const char *g_version_mutex_c = "$Source: /home/cvsroot/opentracker/ot_mutex.c,v $: $Revision: 1.11 $\n";