[asterisk-commits] russell: branch russell/events r87459 -	/team/russell/events/res/ais/lck.c
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Oct 29 16:59:24 CDT 2007
    
    
  
Author: russell
Date: Mon Oct 29 16:59:24 2007
New Revision: 87459
URL: http://svn.digium.com/view/asterisk?view=rev&rev=87459
Log:
minor typo
Modified:
    team/russell/events/res/ais/lck.c
Modified: team/russell/events/res/ais/lck.c
URL: http://svn.digium.com/view/asterisk/team/russell/events/res/ais/lck.c?view=diff&rev=87459&r1=87458&r2=87459
==============================================================================
--- team/russell/events/res/ais/lck.c (original)
+++ team/russell/events/res/ais/lck.c Mon Oct 29 16:59:24 2007
@@ -230,7 +230,7 @@
 	datastore = ast_channel_datastore_find(chan, &dlock_datastore_info, lock->name);
 
 	if (datastore) {
-		ast_log(LOG_ERROR, "The DLOCk '%s' is already locked by channel '%s'\n",
+		ast_log(LOG_ERROR, "The DLOCK '%s' is already locked by channel '%s'\n",
 			lock->name, chan->name);
 		ast_channel_unlock(chan);
 		ast_copy_string(buf, "FAILURE", len);
    
    
More information about the asterisk-commits
mailing list