From 39cddaf596c8561423ff4fe7cbf919334d964d0a Mon Sep 17 00:00:00 2001 From: Mohamed Ashraf Date: Sat, 21 Sep 2013 00:43:42 +0200 Subject: [PATCH] Fixed type --- error_report.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/error_report.php b/error_report.php index b0da4453ae..6dfd70b262 100644 --- a/error_report.php +++ b/error_report.php @@ -10,7 +10,7 @@ require_once 'libraries/error_report.lib.php'; $response = PMA_Response::getInstance(); -// Fail sgracefully if this is not a release version of phpMyAdmin +// Fail gracefully if this is not a release version of phpMyAdmin if(!$GLOBALS['PMA_Config']->isGitRevision()) { $response->addJSON('message', PMA_Message::error( __('An error has been detected however you seem to be running on a git '