fixed typo

This commit is contained in:
Erik Berglund
2019-03-04 06:59:09 +01:00
parent 5e5aecff68
commit a6222800a6
@@ -245,7 +245,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, AppProtocol {
func helperStatus(completion: @escaping (_ installed: Bool) -> Void) {
// Comppare the CFBundleShortVersionString from the Info.plisin the helper inside our application bundle with the one on disk.
// Comppare the CFBundleShortVersionString from the Info.plist in the helper inside our application bundle with the one on disk.
let helperURL = Bundle.main.bundleURL.appendingPathComponent("Contents/Library/LaunchServices/" + HelperConstants.machServiceName)
guard