diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-15 12:24:08 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-12-15 12:24:08 +0100 |
commit | 346efd29e0a6ff8bd9f7d4582b431d9ec9d22869 (patch) | |
tree | 5a44f4c44b82f97c53b9bce0f1625da6e1dc3ebf /platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h | |
parent | cda7df0255b56da5d37b4021582cfe901be2a06e (diff) | |
download | redot-engine-346efd29e0a6ff8bd9f7d4582b431d9ec9d22869.tar.gz |
Fix typos with codespell
Diffstat (limited to 'platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h')
-rw-r--r-- | platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h b/platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h index 991d07b405..aee92b593e 100644 --- a/platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h +++ b/platform/linuxbsd/x11/dynwrappers/xext-so_wrap.h @@ -7,10 +7,10 @@ // // NOTE: Generated from Xext 1.3.5. // This has been handpatched to workaround some issues with the generator that -// will be eventually fixed. In this case, non-existant symbols inherited from +// will be eventually fixed. In this case, non-existent symbols inherited from // libX11, but absent in libXext.so.6, were removed and an include needed for // proper parsing was added (this had also to be temporarily added to the -// original header, as dynload-wrapper would complain otherwsise) +// original header, as dynload-wrapper would complain otherwise) #include <stdint.h> // HANDPATCH: Needed for a successful compilation. |