From a6222800a6ca4d760f9a53cb602841494fc7abb9 Mon Sep 17 00:00:00 2001 From: Erik Berglund Date: Mon, 4 Mar 2019 06:59:09 +0100 Subject: [PATCH] fixed typo --- .../SwiftPrivilegedHelperApplication/AppDelegate.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SwiftPrivilegedHelperApplication/SwiftPrivilegedHelperApplication/AppDelegate.swift b/SwiftPrivilegedHelperApplication/SwiftPrivilegedHelperApplication/AppDelegate.swift index 8ff6fc7..0f3c816 100644 --- a/SwiftPrivilegedHelperApplication/SwiftPrivilegedHelperApplication/AppDelegate.swift +++ b/SwiftPrivilegedHelperApplication/SwiftPrivilegedHelperApplication/AppDelegate.swift @@ -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