From 35ac57c378dc036e6a958a6199e1ca533aede6ec Mon Sep 17 00:00:00 2001 From: Don Stewart Date: Fri, 9 Jun 2017 03:34:49 -0700 Subject: [PATCH] Typo in message. Reviewed By: dulmarod Differential Revision: D5217194 fbshipit-source-id: 1b3a039 --- .../codetoanalyze/objc/linters-for-test-only/linters_example.al | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/tests/codetoanalyze/objc/linters-for-test-only/linters_example.al b/infer/tests/codetoanalyze/objc/linters-for-test-only/linters_example.al index 90bb5d5a8..20cfe0fc4 100644 --- a/infer/tests/codetoanalyze/objc/linters-for-test-only/linters_example.al +++ b/infer/tests/codetoanalyze/objc/linters-for-test-only/linters_example.al @@ -164,7 +164,7 @@ DEFINE-CHECKER TEST_IMPLICIT_CAST_CHECK = { has_type("int") AND has_type_long_expr HOLDS-IN-NODE ImplicitCastExpr; - SET message = "An implicit case from long to int can cause a crash"; + SET message = "An implicit cast from long to int can cause a crash"; }; DEFINE-CHECKER TEST_VAR_TYPE_CHECK = {