Skip to content

Commit 2ed1f47

Browse files
bjorn3joshtriplett
andauthored
Fix typo
Co-authored-by: Josh Triplett <[email protected]>
1 parent 6ab00ba commit 2ed1f47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const LICENSES_TOOLS: &[&str] = &[
6060
// tidy-alphabetical-start
6161
"(Apache-2.0 OR MIT) AND BSD-3-Clause",
6262
"Apache-2.0 AND ISC",
63-
"Apache-2.0 OR BSL-1.0", // BSL is not acceptble, but we use it under Apache-2.0
63+
"Apache-2.0 OR BSL-1.0", // BSL is not acceptable, but we use it under Apache-2.0
6464
"BSD-2-Clause",
6565
"BSD-3-Clause",
6666
"CC0-1.0",

0 commit comments

Comments
 (0)