Corrected misspelt 'b' and 'c' words.

This commit is contained in:
martin-osborne
2015-04-06 17:56:13 +01:00
parent 7e730aa9b8
commit 12c0594db6
18 changed files with 23 additions and 23 deletions

View File

@@ -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.