Skip to content

Commit

Permalink
Fix typo in opt.rs (FuelLabs#4768)
Browse files Browse the repository at this point in the history
## Description
absense -> absence

Co-authored-by: Joshua Batty <[email protected]>
  • Loading branch information
eltociear and JoshuaBatty authored Jul 7, 2023
1 parent 363733c commit 82b6e3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sway-ir/src/bin/opt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ impl<'a, I: Iterator<Item = String>> ConfigBuilder<'a, I> {
"Usage: opt [passname...] -i input_file -o output_file\n\n{}",
self.pass_mgr.help_text()
);
print!("\n\nIn the absense of -i or -o options, input is taken from stdin and output is printed to stdout.\n");
print!("\n\nIn the absence of -i or -o options, input is taken from stdin and output is printed to stdout.\n");
exit(0);
}

Expand Down

0 comments on commit 82b6e3d

Please sign in to comment.