From c0692346654e391fa9bafc0a9a32ea7370751e11 Mon Sep 17 00:00:00 2001 From: Michael Ford Date: Wed, 11 Feb 2015 12:24:38 +0800 Subject: [PATCH] Fix typo in init.cpp interpration/interpretation --- src/init.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/init.cpp b/src/init.cpp index 4d9c233c8..a3c9a8043 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -123,7 +123,7 @@ public: LogPrintf("Error reading from database: %s\n", e.what()); // Starting the shutdown sequence and returning false to the caller would be // interpreted as 'entry not found' (as opposed to unable to read data), and - // could lead to invalid interpration. Just exit immediately, as we can't + // could lead to invalid interpretation. Just exit immediately, as we can't // continue anyway, and all writes should be atomic. abort(); }