File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ come together to work towards a common goal.
4242English naturally is the language of choice for developing and communicating
4343technicalities concerning Wasmi. If you feel like your English skills are not
4444on par to properly communicate your intent don't feel ashamed to use any of
45- the well known translators in order to make everyone's lifes simpler.
45+ the well known translators in order to make everyone's lives simpler.
4646Feeding properly articulated sentences in your language to an established
4747translation engine usually yields good translation results.
4848
@@ -141,7 +141,7 @@ https://docs.github.com/en/authentication/managing-commit-signature-verification
141141
142142### Commit Messages
143143
144- We losely follow [ semantic commit messages] without the ` <type> ` tags.
144+ We loosely follow [ semantic commit messages] without the ` <type> ` tags.
145145You are free to add those commit tags though and if you do please follow
146146the linked guidelines.
147147In any case please use decent language, short and precise commit messages,
Original file line number Diff line number Diff line change @@ -86,7 +86,7 @@ pub struct Args {
8686 #[ clap( long = "compilation-mode" , value_enum, default_value_t=CompilationMode :: LazyTranslation ) ]
8787 compilation_mode : CompilationMode ,
8888
89- /// Enable execution fiel metering with N units of fuel.
89+ /// Enable execution fuel metering with N units of fuel.
9090 ///
9191 /// The execution will trap after running out of the N units of fuel.
9292 #[ clap( long = "fuel" , value_name = "N" ) ]
You can’t perform that action at this time.
0 commit comments