Fix typos.

This commit is contained in:
JoelKatz
2013-01-10 00:33:18 -08:00
parent c2922e5a16
commit d0fbcd64ba

View File

@@ -4,8 +4,8 @@
// Transaction database holds transactions and public keys
const char *TxnDBInit[] = {
"PRAGMA synchronous=NORMAL",
"PRAGMA journal_mode=WAL",
"PRAGMA synchronous=NORMAL;",
"PRAGMA journal_mode=WAL;",
"BEGIN TRANSACTION;",
@@ -257,8 +257,8 @@ int WalletDBCount = NUMBER(WalletDBInit);
// Hash node database holds nodes indexed by hash
const char *HashNodeDBInit[] = {
"PRAGMA synchronous=NORMAL",
"PRAGMA journal_mode=WAL",
"PRAGMA synchronous=NORMAL;",
"PRAGMA journal_mode=WAL;",
"BEGIN TRANSACTION;",