diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-01-25 19:39:07 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-01-25 19:39:07 +0200 |
| commit | 153fe0cb75d152f4872e6b229c487ae64db33c7f (patch) | |
| tree | 7cdd9bff46faa5d9574f0e152bb9084a2751d9ba /contrib/epee/include | |
| parent | 56570ee2b5eac12f145201245ec1ca63980911ba (diff) | |
| parent | e514f0a36907b75910fdfee2ea2d558c45308cab (diff) | |
| download | monzero-core-153fe0cb75d152f4872e6b229c487ae64db33c7f.tar.gz monzero-core-153fe0cb75d152f4872e6b229c487ae64db33c7f.tar.xz monzero-core-153fe0cb75d152f4872e6b229c487ae64db33c7f.zip | |
Merge pull request #622
e514f0a even more typos (Henning Kopp)
9abc4b8 more typos fixed (Henning Kopp)
0693f3c fixed typo (Henning Kopp)
Diffstat (limited to 'contrib/epee/include')
| -rw-r--r-- | contrib/epee/include/net/http_client.h | 2 |
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++) |
