mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-17 11:05:03 +02:00
Corrected misspelt 'b' and 'c' words.
This commit is contained in:
@@ -46,7 +46,7 @@ class SQLite_API Notifier
|
||||
///
|
||||
/// There can be only one set of callbacks per session (i.e. registering a new
|
||||
/// callback automatically unregisters the previous one). All callbacks are
|
||||
/// registered and enabled at Notifier contruction time and can be disabled
|
||||
/// registered and enabled at Notifier construction time and can be disabled
|
||||
/// at a later point time.
|
||||
{
|
||||
public:
|
||||
@@ -119,7 +119,7 @@ public:
|
||||
/// and triggers the event.
|
||||
|
||||
static int sqliteCommitCallbackFn(void* pVal);
|
||||
/// Commit callback event dispatcher. If an exception occurs, it is catched inside this function,
|
||||
/// Commit callback event dispatcher. If an exception occurs, it is caught inside this function,
|
||||
/// non-zero value is returned, which causes SQLite engine to turn commit into a rollback.
|
||||
/// Therefore, callers should check for return value - if it is zero, callback completed succesfuly
|
||||
/// and transaction was committed.
|
||||
|
Reference in New Issue
Block a user