Skip to content

Commit 4fd8bcc

Browse files
committed
Fix typo in GobConfig exception
1 parent 9b9e214 commit 4fd8bcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/gobConfig.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,7 @@ struct
419419
let v = Yojson.Safe.from_channel % BatIO.to_input_channel |> File.with_file_in (Fpath.to_string fn) in
420420
merge v;
421421
if Goblint_tracing.tracing then Goblint_tracing.trace "conf" "Merging with '%a', resulting\n%a." GobFpath.pretty fn GobYojson.pretty !json_conf
422-
| None -> raise (Sys_error (Printf.sprintf "%s: No such file or diretory" (Fpath.to_string fn)))
422+
| None -> raise (Sys_error (Printf.sprintf "%s: No such file or directory" (Fpath.to_string fn)))
423423
end
424424

425425
include Impl

0 commit comments

Comments
 (0)