diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 21:35:03 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2016-03-24 21:36:42 -0700 |
commit | 246422d03fb3db1146eda1e77bfe2796f686f49c (patch) | |
tree | d802db66efb1e09e9d65636a913644bbed080fcd /packaging | |
parent | 8f5a6624411ceeda96d2cad9b6499023233d55f8 (diff) | |
download | subsurface-246422d03fb3db1146eda1e77bfe2796f686f49c.tar.gz |
iOS build: fix typos
Can't believe I didn't notice them earlier... I must have stared at these
strings countless times.
Reported-by: Scott Ireland <scott@sdj.ca>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/ios/Info.plist.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/packaging/ios/Info.plist.in b/packaging/ios/Info.plist.in index 4c119bffc..4461ed291 100644 --- a/packaging/ios/Info.plist.in +++ b/packaging/ios/Info.plist.in @@ -3,7 +3,7 @@ <plist version="1.0"> <dict> <key>CFBundleDisplayName</key> - <string>Subsruface-mobile</string> + <string>Subsurface-mobile</string> <key>CFBundleExecutable</key> <string>Subsurface-mobile</string> <key>CFBundleGetInfoString</key> @@ -52,7 +52,7 @@ <key>CFBundleIdentifier</key> <string>org.subsurface-divelog.subsurface-mobile</string> <key>CFBundleName</key> - <string>Subsruface-mobile</string> + <string>Subsurface-mobile</string> <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> |