aboutsummaryrefslogtreecommitdiff
path: root/src/tclsqlite.c
diff options
context:
space:
mode:
authormistachkin <mistachkin@noemail.net>2013-03-21 21:20:32 +0000
committermistachkin <mistachkin@noemail.net>2013-03-21 21:20:32 +0000
commit48864df97d4a09bb229b0a298bb458db31524432 (patch)
treefb1e71cea24aa612610e85d9b92a49ab8bd67f27 /src/tclsqlite.c
parent0e5fba790a07c2d3697b63a81d4e068be32dc707 (diff)
downloadsqlite-48864df97d4a09bb229b0a298bb458db31524432.tar.gz
sqlite-48864df97d4a09bb229b0a298bb458db31524432.zip
Many spelling fixes in comments. No changes to code.
FossilOrigin-Name: 6f6e2d50941e444ebc83604daddcc034137a05b7
Diffstat (limited to 'src/tclsqlite.c')
-rw-r--r--src/tclsqlite.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tclsqlite.c b/src/tclsqlite.c
index 2777d2f9f..c0c4fb649 100644
--- a/src/tclsqlite.c
+++ b/src/tclsqlite.c
@@ -1005,7 +1005,7 @@ static int DbTransPostCmd(
/* This is a tricky scenario to handle. The most likely cause of an
** error is that the exec() above was an attempt to commit the
** top-level transaction that returned SQLITE_BUSY. Or, less likely,
- ** that an IO-error has occured. In either case, throw a Tcl exception
+ ** that an IO-error has occurred. In either case, throw a Tcl exception
** and try to rollback the transaction.
**
** But it could also be that the user executed one or more BEGIN,