unoidl/Module_unoidl.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit ee4cdfb6fad52779030cf9c9d75d6218e077b997 Author: Andrea Gelmini <[email protected]> AuthorDate: Tue Jun 18 20:35:14 2024 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Wed Jun 19 08:47:25 2024 +0200 Fix typo Change-Id: I2044da5e2b973f410531fee8d2b24a59c6279fc6 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/169128 Tested-by: Julien Nabet <[email protected]> Reviewed-by: Julien Nabet <[email protected]> diff --git a/unoidl/Module_unoidl.mk b/unoidl/Module_unoidl.mk index 15533717748d..b5a9978fc457 100644 --- a/unoidl/Module_unoidl.mk +++ b/unoidl/Module_unoidl.mk @@ -11,7 +11,7 @@ $(eval $(call gb_Module_Module,unoidl)) # unoidl-check is needed as a component of the ODK / SDK package and # a build-tool. In case of cross-compiling a build-native tool must -# be provided in addtion to the ODK one (!CROSS_COMPLING phase). +# be provided in addtion to the ODK one (!CROSS_COMPILING phase). $(eval $(call gb_Module_add_targets,unoidl, \ $(if $(filter DESKTOP,$(BUILD_TYPE)), \
