diff options
| author | luzpaz <chitty_cloud@me.com> | 2019-05-13 22:33:33 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-05-13 22:33:33 +0000 |
| commit | 3ff6701556a4e5bbf7915a5e889a4842c86f7527 (patch) | |
| tree | 5dc490fdab64112f2a07bb06b6ec1a97e93e5f42 /packaging/macos | |
| parent | Another styling improvement (diff) | |
| download | inkscape-3ff6701556a4e5bbf7915a5e889a4842c86f7527.tar.gz inkscape-3ff6701556a4e5bbf7915a5e889a4842c86f7527.zip | |
packaging/macos: typos fixed
Diffstat (limited to 'packaging/macos')
| -rw-r--r-- | packaging/macos/020-vars.sh | 2 | ||||
| -rw-r--r-- | packaging/macos/inkscape.plist | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/packaging/macos/020-vars.sh b/packaging/macos/020-vars.sh index 27bf6b35d..c6ec9089d 100644 --- a/packaging/macos/020-vars.sh +++ b/packaging/macos/020-vars.sh @@ -116,7 +116,7 @@ APP_EXE_DIR=$APP_CON_DIR/MacOS APP_LIB_DIR=$APP_RES_DIR/lib APP_PLIST=$APP_CON_DIR/Info.plist -### downlad URLs ############################################################### +### download URLs ############################################################## # These are the versioned URLs of Inkscape dependencies that are not part of # any JHBuild moduleset. (They are candidates for a custom Inkscape moduleset.) diff --git a/packaging/macos/inkscape.plist b/packaging/macos/inkscape.plist index 8c8088de8..deb085694 100644 --- a/packaging/macos/inkscape.plist +++ b/packaging/macos/inkscape.plist @@ -312,7 +312,7 @@ <string>application-vnd.ms.xaml.icns</string> <key>CFBundleTypeMIMETypes</key> <array> - <string>appliction/vnd.ms.xaml</string> + <string>application/vnd.ms.xaml</string> </array> <key>CFBundleTypeName</key> <string>Extensible Application Markup Language (XAML)</string> |
