diff options
author | StevenMia <flite@foxmail.com> | 2024-04-15 20:12:54 +0800 |
---|---|---|
committer | StevenMia <flite@foxmail.com> | 2024-04-15 20:12:54 +0800 |
commit | b1ee4a557beb1b4c65eca81c567a4afa2a7a23ca (patch) | |
tree | a06b7b0aced4f768a779c2dd867b4cc3295076e0 /depends | |
parent | 3abee5eceb4158ccf455aff9d1d76461dfff5af0 (diff) |
chore: fix some typos in comments
Signed-off-by: StevenMia <flite@foxmail.com>
Diffstat (limited to 'depends')
-rw-r--r-- | depends/packages.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/depends/packages.md b/depends/packages.md index 0ffdc66d48..7a7a42afa1 100644 --- a/depends/packages.md +++ b/depends/packages.md @@ -162,7 +162,7 @@ From the [Gentoo Wiki entry](https://wiki.gentoo.org/wiki/Project:Quality_Assura > creates. This leads to massive overlinking, which is toxic to the Gentoo > ecosystem, as it leads to a massive number of unnecessary rebuilds. -Where possible, packages are built with Position Independant Code. Either using +Where possible, packages are built with Position Independent Code. Either using the Autotools `--with-pic` flag, or `CMAKE_POSITION_INDEPENDENT_CODE` with CMake. ## Secondary dependencies: |