Skip to content

Commit 25a6040

Browse files
authored
Fix spelling errors (#817)
1 parent 425de34 commit 25a6040

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

aws-lc-fips-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ asan = []
6262
ssl = []
6363
bindgen = [
6464
"dep:bindgen",
65-
] # Generate the bindings on the targetted platform as a fallback mechanism.
65+
] # Generate the bindings on the targeted platform as a fallback mechanism.
6666

6767
[build-dependencies]
6868
cmake = "0.1.48"

aws-lc-sys/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ build = "builder/main.rs"
5757
[features]
5858
asan = []
5959
ssl = ['bindgen']
60-
bindgen = ["dep:bindgen"] # Generate the bindings on the targetted platform as a fallback mechanism.
60+
bindgen = ["dep:bindgen"] # Generate the bindings on the targeted platform as a fallback mechanism.
6161
prebuilt-nasm = []
6262

6363
[build-dependencies]

0 commit comments

Comments
 (0)