From db25d5695c4f5397b944c4a6893219e0b20aca32 Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Tue, 3 Jul 2018 13:54:34 -1000 Subject: [PATCH] spell check --- gw-admin.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gw-admin.php b/gw-admin.php index a92d133..37ec265 100644 --- a/gw-admin.php +++ b/gw-admin.php @@ -13,7 +13,7 @@ if (isset($_SESSION['userid']) && ($_SESSION['access'])){ 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 '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 reverable!

'; + echo 'This will delete the user, all of their associated toons, and associated drop data - this is NOT reversable!

'; } echo 'Click HERE to return to the home page!'; } else {