aboutsummaryrefslogtreecommitdiff
path: root/src/torcontrol.cpp
diff options
context:
space:
mode:
authorChris Wheeler <chris@haydenwheeler.com>2016-01-17 11:03:56 +0000
committerChris Wheeler <chris@haydenwheeler.com>2016-01-17 11:03:56 +0000
commit9d263bd17c2bdd5ba9e31bd5fb110c332eb80691 (patch)
treee52d90fb446cd0039d2f39b707fe549a89234371 /src/torcontrol.cpp
parentdd1304ec216c7d4bdb302195e184b15503819f67 (diff)
downloadbitcoin-9d263bd17c2bdd5ba9e31bd5fb110c332eb80691.tar.xz
Typo fixes in comments
Diffstat (limited to 'src/torcontrol.cpp')
-rw-r--r--src/torcontrol.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp
index 4ebcb9b667..2fd20ae423 100644
--- a/src/torcontrol.cpp
+++ b/src/torcontrol.cpp
@@ -303,7 +303,7 @@ static std::map<std::string,std::string> ParseTorReplyMapping(const std::string
/** Read full contents of a file and return them in a std::string.
* Returns a pair <status, string>.
- * If an error occured, status will be false, otherwise status will be true and the data will be returned in string.
+ * If an error occurred, status will be false, otherwise status will be true and the data will be returned in string.
*
* @param maxsize Puts a maximum size limit on the file that is read. If the file is larger than this, truncated data
* (with len > maxsize) will be returned.