diff options
author | shane <shane@noemail.net> | 2009-03-05 04:20:31 +0000 |
---|---|---|
committer | shane <shane@noemail.net> | 2009-03-05 04:20:31 +0000 |
commit | be21779385d54062ff3b75c2e4881c986d7798a5 (patch) | |
tree | 93f4b028f27c7fc03bf78fbbc9b0d17d0e23e8a6 /src/os_win.c | |
parent | c0688ea1728706ba6812f9b21384ad413a09eca2 (diff) | |
download | sqlite-be21779385d54062ff3b75c2e4881c986d7798a5.tar.gz sqlite-be21779385d54062ff3b75c2e4881c986d7798a5.zip |
Corrected typos and misspellings. Ticket #3702. (CVS 6336)
FossilOrigin-Name: 6404afa0c515a6536fc2e878d4fb451e4dc06942
Diffstat (limited to 'src/os_win.c')
-rw-r--r-- | src/os_win.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/os_win.c b/src/os_win.c index 2f98ee718..76e994395 100644 --- a/src/os_win.c +++ b/src/os_win.c @@ -12,7 +12,7 @@ ** ** This file contains code that is specific to windows. ** -** $Id: os_win.c,v 1.148 2009/02/05 03:16:21 shane Exp $ +** $Id: os_win.c,v 1.149 2009/03/05 04:20:32 shane Exp $ */ #include "sqliteInt.h" #if SQLITE_OS_WIN /* This file is used for windows only */ @@ -1723,7 +1723,7 @@ int winCurrentTime(sqlite3_vfs *pVfs, double *prNow){ ** function, SQLite calls this function with zBuf pointing to ** a buffer of nBuf bytes. The OS layer should populate the ** buffer with a nul-terminated UTF-8 encoded error message -** describing the last IO error to have occured within the calling +** describing the last IO error to have occurred within the calling ** thread. ** ** If the error message is too large for the supplied buffer, |