diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2023-10-15 19:42:06 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2023-10-15 20:48:34 +0200 |
commit | 8797ba5e5d63151837ba443e1aea9d0997b6b7ab (patch) | |
tree | 834e8f9bee889933e807e60d678153734811dd40 | |
parent | 48b6965c1cbbd8087d476c74fc2c20faa3e5e2a8 (diff) |
Typo: Unfortuantely->Unfortunately (python3/ExternalProject_python3.mk)
Change-Id: I80d316c76196d8cdda4b2ad509d2d1b53b5c414a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/157991
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
-rw-r--r-- | external/python3/ExternalProject_python3.mk | 2 |
1 files changed, 1 insertions, 1 deletions
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. |