summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-09 18:19:26 +0000
committerultramage <ultramage@54d463be-8e91-2dee-dedb-b68131a5f0ec>2007-01-09 18:19:26 +0000
commitcee8548dbe150ee40cd6cb5307a0dde12e6e47da (patch)
treef3e60f791741bb1f8d7372223066c03c8abed6a3 /doc
parent16496f556a38e624dc75a61097ce4d9b6c370d0b (diff)
downloadhercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.gz
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.bz2
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.tar.xz
hercules-cee8548dbe150ee40cd6cb5307a0dde12e6e47da.zip
Small typo fixes
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@9638 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'doc')
-rw-r--r--doc/script_commands.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/script_commands.txt b/doc/script_commands.txt
index a1b7ea8a9..c1a67ebb0 100644
--- a/doc/script_commands.txt
+++ b/doc/script_commands.txt
@@ -3955,8 +3955,8 @@ in turn, are triggered by clock with an 'OnClock<time>:' time-triggering label.
*agitcheck()
-These function and command will let you check whether the server is currently
-in the War of Emperium mode. It will return 1 if WoE is on and 0 if it isn't.
+This function will let you check whether the server is currently in WoE mode.
+It will return 1 if the War of Emperium is on and 0 if it isn't.
---------------------------------------