From fb640d3d874045c05b7e7ce23dc0bcb4b3aae451 Mon Sep 17 00:00:00 2001 From: printempw Date: Thu, 21 Jan 2016 18:21:21 +0800 Subject: [PATCH] correct a spelling mistake --- ajax.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ajax.php b/ajax.php index d645019d..1efa89e3 100644 --- a/ajax.php +++ b/ajax.php @@ -3,7 +3,7 @@ * @Author: printempw * @Date: 2016-01-16 23:01:33 * @Last Modified by: prpr - * @Last Modified time: 2016-01-17 15:51:42 + * @Last Modified time: 2016-01-21 18:20:46 * * All ajax requests will be handled here */ @@ -73,7 +73,7 @@ if ($action == "login") { } } else { $json['errno'] = 1; - $json['msg'] = "It seems that you have already register a account with this IP address."; + $json['msg'] = "It seems that you have already register an account with this IP address."; } } else {