summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorArun Persaud <arun@nubati.net>2008-03-19 12:52:37 -0700
committerArun Persaud <apersaud@lbl.gov>2008-03-19 12:52:37 -0700
commit932518736e9989b2a98e4379b9d6a607c564f2d2 (patch)
tree389ac743cc6481784065a4ef28b2e520d74e259b /index.php
parent60ad6707c95493513f42bd8d99598d5b4c81bdc4 (diff)
downloade-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.tar.gz
e-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.tar.bz2
e-DoKo-932518736e9989b2a98e4379b9d6a607c564f2d2.zip
BUGFIX: Typo in one of the emails
fixed a small typo Signed-off-by: Arun Persaud <apersaud@lbl.gov>
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 0c288c7..f0a434f 100644
--- a/index.php
+++ b/index.php
@@ -1178,7 +1178,7 @@ else if(myisset("me"))
if($gamestatus == 'pre')
{
echo "<p class=\"message\"> You finished the setup, but not everyone else finished it... ".
- "so you need to wait for the others. Just wait for the an email... </p>";
+ "You need to wait for the others. Just wait for an email. </p>";
break; /* not sure this works... the idea is that you can
* only play a card after everyone is ready to play */
}