diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-11-15 15:26:16 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-11-15 17:15:37 +0100 |
commit | deea8e0de97f0e0636b944863290423cc2db8591 (patch) | |
tree | ec62c89e4ff30b8652ec52b52b287ff9f1f5d086 /Makefile.in | |
parent | 41cd0bc2c4b72e1db116e27802a288b4c44ffc93 (diff) |
Fix typo
Change-Id: Ia22202a2ce3557301ce7397f009b9b3ffff8cef3
Reviewed-on: https://gerrit.libreoffice.org/44765
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.in b/Makefile.in index 7dfad58cf39f..2866783d7fe0 100644 --- a/Makefile.in +++ b/Makefile.in @@ -354,7 +354,7 @@ ifneq ($(ENABLE_MACOSX_SANDBOX),) # Remove the gengal binary that we hardly need and the shell scripts # for which code signatures (stored as extended attributes) won't -# survice upload to the App Store anyway. See +# survive upload to the App Store anyway. See # https://developer.apple.com/library/content/documentation/Security/Conceptual/CodeSigningGuide/Procedures/Procedures.html#//apple_ref/doc/uid/TP40005929-CH4-TNTAG201 # We could put the shell scripts somewhere in Resources instead, but # no 3rd-party code that would be interested in them would look there |