From 7b255cb762d76d36b8bdcb810fe5b8bed6ce1a89 Mon Sep 17 00:00:00 2001 From: "Paul D. Fernhout" Date: Fri, 6 Nov 2015 08:06:08 -0500 Subject: [PATCH] Fix typo in comment in sqlite.py --- clblob/index/sqlite.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clblob/index/sqlite.py b/clblob/index/sqlite.py index 219358f..1119012 100644 --- a/clblob/index/sqlite.py +++ b/clblob/index/sqlite.py @@ -20,7 +20,7 @@ option allows it to run in different durability modes supported by SQLite. See http://www.sqlite.org/pragma.html#pragma_synchronous for more details. SQLite uses a temp directory for some operations, so if -using an disk backed SQLIte database, this should be configured to the +using an disk backed SQLite database, this should be configured to the same filesystem the index file lives on. This will prevent errors where the filesystem that the tmpdir is on fills up and causes the database to not be able to complete requests.'''