Makefile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) New commits: commit 8507f63a7f8bd188d45424c4b0a2a043fd93e308 Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Mon Oct 24 09:48:39 2022 +0200 Commit: Julien Nabet <serval2...@yahoo.fr> CommitDate: Mon Oct 24 18:14:56 2022 +0200
Fix typos Change-Id: Id7912ef0ac140688dea773143381de1cc1ed5ea1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141721 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2...@yahoo.fr> diff --git a/Makefile.in b/Makefile.in index 5f8df550b0c7..46d5d8539c6e 100644 --- a/Makefile.in +++ b/Makefile.in @@ -405,7 +405,7 @@ mac-app-store-package.prepare: $(BUILDDIR)/$(PLATFORMID)/done mac-app-store-package: mac-app-store-package.$(PLATFORMID) # recipe/targets to do the actual packaging -# the symbolication switch to productbuild unforunately is undocumented, but that is what XCode +# the symbolication switch to productbuild unfortunately is undocumented, but that is what XCode # uses when it creates a package with symbols for uploading to the appstore mac-app-store-package.$(PLATFORMID) mac-app-store-package.universal: mac-app-store-package.%: $(BUILDDIR)/%/done ifneq ($(MACOSX_PACKAGE_SIGNING_IDENTITY),) @@ -437,7 +437,7 @@ endif touch $@ # build one arch using the mac-app-store-package.prepare target, make clean and change the autogen.input -# to buid for the other target, then use mac-app-store-package.universal to build for the other arch and +# to build for the other target, then use mac-app-store-package.universal to build for the other arch and # combine the two into a universal binary $(BUILDDIR)/universal/done: $(BUILDDIR)/macosx_x86_64/done $(BUILDDIR)/macosx_aarch64/done rm -rf universal