Skip to content

Commit 424f471

Browse files
committed
typos
1 parent 62e26ed commit 424f471

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

analysis/reanalyze/src/Exception.ml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,7 @@ let traverseAst () =
251251
in
252252
let isRaise s =
253253
s = "Pervasives.raise"
254-
|| s = "Pervasives.raise_notracee"
255-
|| s = "Stdlib.raise"
256-
|| s = "Stdlib.raise_notracee"
254+
|| s = "Pervasives.raise_notrace"
257255
in
258256
let raiseArgs args =
259257
match args with
@@ -288,7 +286,7 @@ let traverseAst () =
288286
{
289287
message =
290288
Format.asprintf
291-
"@{<info>%s@} can be analyzed only if called direclty"
289+
"@{<info>%s@} can be analyzed only if called directly"
292290
(calleeName |> Name.toString);
293291
});
294292
currentEvents :=

0 commit comments

Comments
 (0)