summaryrefslogtreecommitdiff
path: root/config_host
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2022-01-20 15:37:03 +0100
committerJulien Nabet <serval2412@yahoo.fr>2022-01-21 12:51:49 +0100
commita29be0d52c2edccee451ecfa32dafec7cba31f45 (patch)
tree8557d08b497822c036ae1e16051068baf60cb13b /config_host
parent5ef2a7db1e0d42264a5c549b76066fedbf5caff6 (diff)
Fix typos
Change-Id: I6ba7c7db6c58fde2e7648ccf32b93fc05f5eae65 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128620 Tested-by: Julien Nabet <serval2412@yahoo.fr> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'config_host')
-rw-r--r--config_host/config_global.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/config_host/config_global.h.in b/config_host/config_global.h.in
index 40b804a60f77..895ec6116fc7 100644
--- a/config_host/config_global.h.in
+++ b/config_host/config_global.h.in
@@ -43,10 +43,10 @@ Any change in this header will cause a rebuild of almost everything.
bogus -Werror=redundant-move (GCC 9)". */
#define HAVE_P1155R3 0
-// Whether the OS provides a usable dynamcic loading API
+// Whether the OS provides a usable dynamic loading API
#define HAVE_DLAPI 0
-// Whether the OS uses the common UNIX dynamcic loading API calls, like dlopen, dlsym, dladdr etc.
+// Whether the OS uses the common UNIX dynamic loading API calls, like dlopen, dlsym, dladdr etc.
// Use HAVE_DLAPI instead. Should not be used outside of sal/osl/unx/module.cxx!
#define HAVE_UNIX_DLAPI 0