From 2ab95b28bdef6060aa0feb7cb5df2320b9c2dab8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Fri, 1 Sep 2017 10:51:09 +0100 Subject: [PATCH] correct spelling mistake --- block_finder/blockfinder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/block_finder/blockfinder.py b/block_finder/blockfinder.py index 1ef20bd..9e914d0 100755 --- a/block_finder/blockfinder.py +++ b/block_finder/blockfinder.py @@ -192,7 +192,7 @@ class DatabaseCache(object): def insert_assignment(self, start_num, end_num, num_type, country_code, source_type, source_name): """ Insert an assignment into the database cache, without - commiting after the insertion. """ + committing after the insertion. """ sql = ('INSERT INTO assignments (start_hex, next_start_hex, ' 'num_type, country_code, source_type, source_name) ' 'VALUES (?, ?, ?, ?, ?, ?)') -- 2.11.4.GIT