diff options
author | Dimitri Papadopoulos Orfanos <3234522+DimitriPapadopoulos@users.noreply.github.com> | 2023-07-31 14:02:21 +0200 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-08-01 18:44:02 +0300 |
commit | 0db6fbe0be1545a4f25fcd6993371155b37bbb26 (patch) | |
tree | cea60902967897163026cbc7a37055114e431e1a /configure.ac | |
parent | Update .gitignore. (diff) | |
download | xz-0db6fbe0be1545a4f25fcd6993371155b37bbb26.tar.xz |
Docs: Fix typos found by codespell
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index 9ab921e1..72021882 100644 --- a/configure.ac +++ b/configure.ac @@ -711,7 +711,7 @@ fi # used when creating a static library. # # Libtool always uses -DPIC when building shared libraries by default and -# doesn't use it for static libs by default. This can be overriden with +# doesn't use it for static libs by default. This can be overridden with # --with-pic and --without-pic though. As long as neither --with-pic nor # --without-pic is used then we can use #ifdef PIC to detect if the file is # being built for a shared library. |