From 54eb75cb6330e850247fd0f9e35fb3abda44eb6b Mon Sep 17 00:00:00 2001 From: Philip Cohn-Cort Date: Fri, 10 Nov 2017 21:24:07 -0800 Subject: [PATCH] [infer][PR] Fix typo in RacerD.ml Summary: Closes https://github.com/facebook/infer/pull/806 Reviewed By: sblackshear Differential Revision: D6304828 Pulled By: jeremydubreil fbshipit-source-id: a911306 --- infer/src/concurrency/RacerD.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infer/src/concurrency/RacerD.ml b/infer/src/concurrency/RacerD.ml index 0faf7c268..c271ebe85 100644 --- a/infer/src/concurrency/RacerD.ml +++ b/infer/src/concurrency/RacerD.ml @@ -1026,7 +1026,7 @@ let get_reporting_explanation_java report_kind tenv pname thread = | _, Some threadsafe_explanation when RacerDDomain.ThreadsDomain.is_any thread -> ( IssueType.thread_safety_violation , F.asprintf - "%s, so we assume that this method can run in parallel with other non-private methods in the class (incuding itself)." + "%s, so we assume that this method can run in parallel with other non-private methods in the class (including itself)." threadsafe_explanation ) | _, Some threadsafe_explanation -> ( IssueType.thread_safety_violation