summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorglx <glx@openttd.org>2010-11-23 23:06:30 +0000
committerglx <glx@openttd.org>2010-11-23 23:06:30 +0000
commit33d71aff32e635c7717fc040231357bcd2a41426 (patch)
tree2f9ec70b1bad39a9ac31394a35d8be8a413adf05 /docs
parent3302a520f4c79cec3ecd3c62bfa78534260346e0 (diff)
downloadopenttd-33d71aff32e635c7717fc040231357bcd2a41426.tar.xz
(svn r21304) -Fix (r21005): some typos in documentation (Xaroth)
Diffstat (limited to 'docs')
-rw-r--r--docs/admin_network.txt10
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/admin_network.txt b/docs/admin_network.txt
index a450af026..b73553d20 100644
--- a/docs/admin_network.txt
+++ b/docs/admin_network.txt
@@ -59,7 +59,7 @@ Admin Network
Once you have received ADMIN_PACKET_SERVER_WELCOME you are connected and
authorized to do your thing.
The server will not provide any game related updates unless you ask for them.
- There are four packets the serve will none the less send, if applicable:
+ There are four packets the server will none the less send, if applicable:
- ADMIN_PACKET_SERVER_ERROR
- ADMIN_PACKET_SERVER_WELCOME
- ADMIN_PACKET_SERVER_NEWGAME
@@ -143,8 +143,8 @@ Admin Network
Note: No additional authentication is required for rcon commands.
- The server will reply with a ADMIN_PACIKET_SERVER_RCON packet. Applications
- will not receive the answer twice if they ave asked for the AdminUpdateType
+ The server will reply with a ADMIN_PACKET_SERVER_RCON packet. Applications
+ will not receive the answer twice if they have asked for the AdminUpdateType
ADMIN_UPDATE_CONSOLE, as the result is not printed on the servers console
(just like clients rcon commands).
@@ -183,7 +183,7 @@ Admin Network
7. Disconnecting
----------------
- It is a kind thing to say good bye before leaving. Do this sending the
+ It is a kind thing to say good bye before leaving. Do this by sending the
ADMIN_PACKET_ADMIN_QUIT packet.
@@ -193,7 +193,7 @@ Admin Network
All ADMIN_PACKET_SERVER_* packets have an enum value greater 100.
ADMIN_PACKET_SERVER_WELCOME
- Either directly follows ADMIN_PACKET_SERVER_PROTOCOL or is send
+ Either directly follows ADMIN_PACKET_SERVER_PROTOCOL or is sent
after a new game has been started or a map loaded, i.e. also
after ADMIN_PACKET_SERVER_NEWGAME.