From b0004d090a9d5769ddecdf55098da0a47c70ea18 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 3 Jul 2018 13:56:42 -1000 Subject: [PATCH] used a real spell checker --- gw-admin.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 {