summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSon Ho2022-01-26 09:43:42 +0100
committerSon Ho2022-01-26 09:43:42 +0100
commit144b660f7cfb8b65672f5872c05272a9caa0de78 (patch)
tree2aee93c7a44b920960ced7d9b9a0d9084f353f28 /src
parent38e65c4cab23b06bcd4e8824f6e3c51b2e79e434 (diff)
Fix a typo
Diffstat (limited to 'src')
-rw-r--r--src/main.ml2
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
|}