diff options
| author | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:41:27 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2016-01-18 10:41:32 +0100 |
| commit | a8bd616fea62e0b15c6041d687230f5d9dd47bf9 (patch) | |
| tree | 0e86fd376821825e0d50e56bcc7c6a0f38680a24 /src/torcontrol.cpp | |
| parent | Merge pull request #7363 (diff) | |
| parent | Typo fixes in comments (diff) | |
| download | discoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.tar.xz discoin-a8bd616fea62e0b15c6041d687230f5d9dd47bf9.zip | |
Merge pull request #7329
9d263bd Typo fixes in comments (Chris Wheeler)
Diffstat (limited to 'src/torcontrol.cpp')
| -rw-r--r-- | src/torcontrol.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/torcontrol.cpp b/src/torcontrol.cpp index 4ebcb9b66..2fd20ae42 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. |