summaryrefslogtreecommitdiff
path: root/doc/classes/HTTPRequest.xml
diff options
context:
space:
mode:
authorAndreas Haas <liu.gam3@gmail.com>2017-10-14 12:45:26 +0200
committerAndreas Haas <liu.gam3@gmail.com>2017-10-14 12:45:49 +0200
commit4c716f362378c18db05dc5c09f878d2aa3c7dd98 (patch)
treed4151c90fcbaa395aaaf4053b9dcf89ed56cc38c /doc/classes/HTTPRequest.xml
parent9876bad05c9a037b7dd4ff7f2c981d1b20278e72 (diff)
[DOCS] Fix a few typos.
Diffstat (limited to 'doc/classes/HTTPRequest.xml')
-rw-r--r--doc/classes/HTTPRequest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/HTTPRequest.xml b/doc/classes/HTTPRequest.xml
index c2839890cf..b780d29d0e 100644
--- a/doc/classes/HTTPRequest.xml
+++ b/doc/classes/HTTPRequest.xml
@@ -166,7 +166,7 @@
Request does not have a response(yet).
</constant>
<constant name="RESULT_BODY_SIZE_LIMIT_EXCEEDED" value="7">
- Request exceded its maximum size limit, see [method set_body_size_limit].
+ Request exceeded its maximum size limit, see [method set_body_size_limit].
</constant>
<constant name="RESULT_REQUEST_FAILED" value="8">
Request failed. (unused)