From 4850294232bd27e850b46601ed39a52b5ea1fb22 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Tue, 12 Feb 2002 00:45:52 +0000 Subject: [PATCH] fixed spelling --- src/db/dbPutNotifyBlocker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/db/dbPutNotifyBlocker.cpp b/src/db/dbPutNotifyBlocker.cpp index 6c76eae48..6962ba4a0 100644 --- a/src/db/dbPutNotifyBlocker.cpp +++ b/src/db/dbPutNotifyBlocker.cpp @@ -101,7 +101,7 @@ extern "C" void putNotifyCompletion ( putNotify *ppn ) else { errlogPrintf ( "put notify completion with nill pNotify?\n" ); } - // no need to lock here because only one put notify at a time is lalowed to run + // no need to lock here because only one put notify at a time is allowed to run memset ( &pBlocker->pn, '\0', sizeof ( pBlocker->pn ) ); pBlocker->pNotify = 0; pBlocker->block.signal ();