From 6afd7e46d447e5825b3c50741c5791b4b1d8729d Mon Sep 17 00:00:00 2001 From: Razz Fox Date: Mon, 10 Jun 2013 15:54:23 -0700 Subject: [PATCH] Typo: "exist" to "exit" --- src/bitmessagemain.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bitmessagemain.py b/src/bitmessagemain.py index f9f0950c..050fd376 100755 --- a/src/bitmessagemain.py +++ b/src/bitmessagemain.py @@ -2456,7 +2456,7 @@ class sqlThread(threading.Thread): self.conn.commit() if transmitdata == '': sys.stderr.write('Problem: The version of SQLite you have cannot store Null values. Please download and install the latest revision of your version of Python (for example, the latest Python 2.7 revision) and try again.\n') - sys.stderr.write('PyBitmessage will now exist very abruptly. You may now see threading errors related to this abrupt exit but the problem you need to solve is related to SQLite.\n\n') + sys.stderr.write('PyBitmessage will now exit very abruptly. You may now see threading errors related to this abrupt exit but the problem you need to solve is related to SQLite.\n\n') os._exit(0) except Exception, err: print err