Skip to content

Commit 902c317

Browse files
authored
Fix typo. (#155)
"enviromental variable" -> "environment variable"
1 parent 0cb2f4b commit 902c317

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

aes/aesni/src/target_checks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ compile_error!("crate can only be used on x86 and x86_64 architectures");
1212
))]
1313
compile_error!(
1414
"enable aes and ssse3 target features, e.g. with \
15-
RUSTFLAGS=\"-C target-feature=+aes,+ssse3\" enviromental variable. \
15+
RUSTFLAGS=\"-C target-feature=+aes,+ssse3\" environment variable. \
1616
For x86 target arch additionally enable sse2 target feature."
1717
);
1818

@@ -22,6 +22,6 @@ compile_error!(
2222
))]
2323
compile_error!(
2424
"enable aes target feature, e.g. with \
25-
RUSTFLAGS=\"-C target-feature=+aes\" enviromental variable. \
25+
RUSTFLAGS=\"-C target-feature=+aes\" environment variable. \
2626
For x86 target arch additionally enable sse2 target feature."
2727
);

0 commit comments

Comments
 (0)