summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--motions.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/motions.php b/motions.php
index 0a35cb3..533f33a 100644
--- a/motions.php
+++ b/motions.php
@@ -116,7 +116,7 @@ BODY;
<li><a href="vote.php?motion=<?php echo($row['id']); ?>&amp;vote=-1">Naye</a></li>
<li><a href="proxy.php?motion=<?php echo($row['id']); ?>">Proxy Vote</a></li>
<li><a href="motion.php?motion=<?php echo($row['id']); ?>">Modify</a></li>
- <li><a href="motions.php?motion=<?php echo($row['tag']); ?>&amp;withdrawl=1">Withdrawl</a></li>
+ <li><a href="motions.php?motion=<?php echo($row['tag']); ?>&amp;withdrawl=1">Withdraw</a></li>
</ul>
<?php
} else {
@@ -152,7 +152,7 @@ BODY;
} else {
?>
<form action="?withdrawl=1&amp;confirm=1&amp;id=<?php echo $id;?>" method="post">
- <input type="submit" value="Withdrawl">
+ <input type="submit" value="Withdraw">
</form>
<?php
}