aboutsummaryrefslogtreecommitdiff
path: root/contrib/epee
diff options
context:
space:
mode:
authorHenning Kopp <henning.kopp@uni-ulm.de>2016-01-25 13:42:44 +0100
committerHenning Kopp <henning.kopp@uni-ulm.de>2016-01-25 13:42:44 +0100
commit9abc4b831b01083145ef416ed20914706aad8c9a (patch)
treea5196c004b99d1b1ff8e90b6872e60058cc732dd /contrib/epee
parentfixed typo (diff)
downloadmonero-9abc4b831b01083145ef416ed20914706aad8c9a.tar.xz
more typos fixed
Diffstat (limited to 'contrib/epee')
-rw-r--r--contrib/epee/include/net/http_client.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/epee/include/net/http_client.h b/contrib/epee/include/net/http_client.h
index 66b28384c..077c80230 100644
--- a/contrib/epee/include/net/http_client.h
+++ b/contrib/epee/include/net/http_client.h
@@ -509,7 +509,7 @@ using namespace std;
if(0 == chunk_size)
{
//Here is a small confusion
- //In breif - if the chunk is the last one we need to get terminating sequence
+ //In brief - if the chunk is the last one we need to get terminating sequence
//along with the cipher, generally in the "ddd\r\n\r\n" form
for(it++;it != buff.end(); it++)