diff --git a/gw-admin.php b/gw-admin.php
index 37ec265..bb4ef4a 100644
--- a/gw-admin.php
+++ b/gw-admin.php
@@ -11,9 +11,9 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){
echo'
You don\'t have access to these tools!
';
} else {
echo 'Delete a toon here
'; //page doesn't actually exist yet
- echo 'This will delete a character from a user account, and all of it\'s recorded drop data - this is not reversable!
';
+ echo 'This will delete a character from a user account, and all of it\'s recorded drop data - this is not reversible!
';
echo 'Delete a user here
'; //page doesn't actually exist yet
- echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversable!
';
+ echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversible!
';
}
echo 'Click HERE to return to the home page!';
} else {