diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-24 09:48:39 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-24 18:14:56 +0200 |
commit | 8507f63a7f8bd188d45424c4b0a2a043fd93e308 (patch) | |
tree | cd82632c85f1fc0141e01efb9b6d1eb82f0ba27d | |
parent | bd237b826f096d6b84257c1b09ce140ed3f54e25 (diff) |
Fix typos
Change-Id: Id7912ef0ac140688dea773143381de1cc1ed5ea1
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141721
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | Makefile.in | 4 |
1 files changed, 2 insertions, 2 deletions
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 |