From 4f7dcb4f9ca75a8cb59e5fc262fb18cd3cb82ce3 Mon Sep 17 00:00:00 2001 From: j4s0n Date: Mon, 10 Feb 2014 23:46:56 -0500 Subject: [PATCH] Typo correction. --- public/include/admin_checks.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/include/admin_checks.php b/public/include/admin_checks.php index 940e076c..f29c67d4 100644 --- a/public/include/admin_checks.php +++ b/public/include/admin_checks.php @@ -68,7 +68,7 @@ if (@$_SESSION['USERDATA']['is_admin'] && $user->isAdmin(@$_SESSION['USERDATA'][ else { // validate that the wallet service is not in test mode if ($bitcoin->is_testnet() == true) { - $error[] = "The coin daemon service is running as a testnet. Check the TESTNET seeing in your coin daemon config and make sure the correct port is set in the MPOS config."; + $error[] = "The coin daemon service is running as a testnet. Check the TESTNET setting in your coin daemon config and make sure the correct port is set in the MPOS config."; } // if coldwallet is not empty, check if the address is valid -> error