summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Hilbrunner <mhilbrunner@users.noreply.github.com>2017-12-10 22:06:56 +0100
committerGitHub <noreply@github.com>2017-12-10 22:06:56 +0100
commita2385cb99255b0b1f7b4d2bfc3d3d997eae36b85 (patch)
tree08e2b2d20c30dcff1fa62dea4716dc73f5cc0fff
parentac23cd8763bb00e990e54431f372dd6354bad1b9 (diff)
[DOCS] IP.xml typo fix
-rw-r--r--doc/classes/IP.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/classes/IP.xml b/doc/classes/IP.xml
index 96de31a55b..cd669e3de1 100644
--- a/doc/classes/IP.xml
+++ b/doc/classes/IP.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8" ?>
<class name="IP" inherits="Object" category="Core" version="3.0-beta">
<brief_description>
- IP Protocol support functions like DNS resolution.
+ Internet protocol (IP) support functions like DNS resolution.
</brief_description>
<description>
- IP contains support functions for the Internet Protocl (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded.
+ IP contains support functions for the Internet Protocol (IP). TCP/IP support is in different classes (see [StreamPeerTCP] and [TCP_Server]). IP provides DNS hostname resolution support, both blocking and threaded.
</description>
<tutorials>
</tutorials>