diff options
author | Michael Ford <fanquake@gmail.com> | 2015-02-11 12:24:38 +0800 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2015-04-20 13:29:21 +0200 |
commit | c0692346654e391fa9bafc0a9a32ea7370751e11 (patch) | |
tree | 083078225d87c33896ca3f2d2696469bb60b5b62 /src/init.cpp | |
parent | 52070c87fda663e1f074998fd95fa1dafff667f9 (diff) |
Fix typo in init.cpp interpration/interpretation
Diffstat (limited to 'src/init.cpp')
-rw-r--r-- | src/init.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 4d9c233c8c..a3c9a80431 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(); } |