diff options
author | Son Ho | 2022-01-26 09:43:42 +0100 |
---|---|---|
committer | Son Ho | 2022-01-26 09:43:42 +0100 |
commit | 144b660f7cfb8b65672f5872c05272a9caa0de78 (patch) | |
tree | 2aee93c7a44b920960ced7d9b9a0d9084f353f28 | |
parent | 38e65c4cab23b06bcd4e8824f6e3c51b2e79e434 (diff) |
Fix a typo
-rw-r--r-- | src/main.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.ml b/src/main.ml index a7480a3f..2e1e552e 100644 --- a/src/main.ml +++ b/src/main.ml @@ -17,7 +17,7 @@ let () = Printexc.record_backtrace true let usage = Printf.sprintf - {|Aenaes: verification of Rust programs by translation + {|Aeneas: verification of Rust programs by translation Usage: %s [OPTIONS] FILE |} |