diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2022-10-24 09:48:28 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2022-10-24 18:14:32 +0200 |
commit | bd237b826f096d6b84257c1b09ce140ed3f54e25 (patch) | |
tree | 4c2cd26f3e0ed56749961580bb8f4b9c41306579 /solenv | |
parent | e45aaa991a7e783397d13179dfd450b43cbcae80 (diff) |
Fix typo
Change-Id: Id974647a7e08298aa6ebd19dcc674fd4f4066b52
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141720
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'solenv')
-rwxr-xr-x | solenv/bin/macosx-codesign-app-bundle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/macosx-codesign-app-bundle b/solenv/bin/macosx-codesign-app-bundle index 6894329fa406..e569aef24333 100755 --- a/solenv/bin/macosx-codesign-app-bundle +++ b/solenv/bin/macosx-codesign-app-bundle @@ -126,7 +126,7 @@ done # See also https://developer.apple.com/library/mac/technotes/tn2206/ if test -n "$ENABLE_MACOSX_SANDBOX" && test -n "$application_identifier"; then - # add back the application-identfier to the entitlements + # add back the application-identifier to the entitlements # testflight/beta-testing won't work if that key is used when signing the other executables /usr/libexec/PlistBuddy -c "add com.apple.application-identifier string $application_identifier" $BUILDDIR/lo.xcent fi |