Skip to content

Commit 8307bce

Browse files
authored
Fix typo (deepseek-ai#89)
* Fix typo in README.md * Fix typo in .clang-tidy
1 parent 33da064 commit 8307bce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.clang-tidy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Checks: >
1414
bugprone-integer-division,
1515
bugprone-macro-repeated-side-effects,
1616
bugprone-misplaced-operator-in-strlen-in-alloc,
17-
bugprone-misplaced-pointer-artithmetic-in-alloc,
17+
bugprone-misplaced-pointer-arithmetic-in-alloc,
1818
bugprone-misplaced-widening-cast,
1919
bugprone-move-forwarding-reference,
2020
bugprone-multiple-statement-macro,

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Install other build prerequisites:
8585

8686
- [`libfuse`](https://github.com/libfuse/libfuse/releases/tag/fuse-3.16.1) 3.16.1 or newer version
8787
- [FoundationDB](https://apple.github.io/foundationdb/getting-started-linux.html) 7.1 or newer version
88-
- [Rust](https://www.rust-lang.org/tools/install) toolchain: minimal 1.75.0, recommanded 1.85.0 or newer version (latest stable version)
88+
- [Rust](https://www.rust-lang.org/tools/install) toolchain: minimal 1.75.0, recommended 1.85.0 or newer version (latest stable version)
8989

9090
## Build 3FS
9191

0 commit comments

Comments
 (0)