external/python3/ExternalProject_python3.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 8797ba5e5d63151837ba443e1aea9d0997b6b7ab Author: Julien Nabet <[email protected]> AuthorDate: Sun Oct 15 19:42:06 2023 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Sun Oct 15 20:48:34 2023 +0200 Typo: Unfortuantely->Unfortunately (python3/ExternalProject_python3.mk) Change-Id: I80d316c76196d8cdda4b2ad509d2d1b53b5c414a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157991 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/external/python3/ExternalProject_python3.mk b/external/python3/ExternalProject_python3.mk index a9e75bac4efc..0f95cc36563c 100644 --- a/external/python3/ExternalProject_python3.mk +++ b/external/python3/ExternalProject_python3.mk @@ -60,7 +60,7 @@ else # libffi is not all that stable, with 3 different SONAMEs currently, so we # have to bundle it; --without-system-ffi does not work any more on Linux. -# Unfortuantely (as of 3.7) pkg-config is used to locate libffi so we do some +# Unfortunately (as of 3.7) pkg-config is used to locate libffi so we do some # hacks to find the libffi.pc in workdir by overriding PKG_CONFIG_LIBDIR. # Also, pkg-config is only used to find the headers, the libdir needs to be # passed extra.
