summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2024-08-23 15:42:06 +0200
committerLinus Färnstrand <linus@mullvad.net>2024-08-23 15:42:06 +0200
commitcd3a749824bedc1785a08ed2d97f8e19cecc53f4 (patch)
tree8cb826025b6dc9aff3da25373f445461282aaa0e
parent4edc4fc66df911caf0ee2001366a92251a9ca026 (diff)
parentb56bce442cf5be3d35136f27bb7da6f5e9680e7b (diff)
downloadmullvadvpn-cd3a749824bedc1785a08ed2d97f8e19cecc53f4.tar.xz
mullvadvpn-cd3a749824bedc1785a08ed2d97f8e19cecc53f4.zip
Merge remote-tracking branch 'origin/main'
-rw-r--r--docs/macos-signing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/macos-signing.md b/docs/macos-signing.md
index 3b466f5b9d..b421684fa6 100644
--- a/docs/macos-signing.md
+++ b/docs/macos-signing.md
@@ -89,7 +89,7 @@ as intended.
export CSC_LINK=/path/to/macos_signing_application.p12
export CSC_INSTALLER_LINK=/path/to/macos_signing_installer.p12
```
-* The passprase for the `.p12` files must be assigned to `CSC_KEY_PASSWORD` and
+* The passphrase for the `.p12` files must be assigned to `CSC_KEY_PASSWORD` and
`CSC_INSTALLER_KEY_PASSWORD` respectively. But our `buildserver-build.sh` script will
automatically ask for those, so no need to export them manually.