From 7e32cbb6c32a6081e3a66e422eca1989f61932cc Mon Sep 17 00:00:00 2001 From: WMDE-Fisch Date: Wed, 4 Jan 2017 15:48:33 +0100 Subject: [PATCH] Fixed typo in comment Change-Id: I58dba2018a20c34537222ba7711a39c75855be52 --- tests/phan/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phan/config.php b/tests/phan/config.php index 903d7cb707..cef03ee013 100644 --- a/tests/phan/config.php +++ b/tests/phan/config.php @@ -167,7 +167,7 @@ return [ */ 'analyze_signature_compatibility' => true, - // Emit all issues. They are then supressed via + // Emit all issues. They are then suppressed via // suppress_issue_types, rather than a minimum // severity. "minimum_severity" => 0, -- 2.20.1