From 2396b85b848ff32d788e9874f9704575e29f8e1c Mon Sep 17 00:00:00 2001 From: "Jan T. Sott" Date: Wed, 10 Feb 2016 19:44:19 +0100 Subject: [PATCH] fix typo --- AppleScript.sublime-completions | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/AppleScript.sublime-completions b/AppleScript.sublime-completions index eecd457..760e2f3 100644 --- a/AppleScript.sublime-completions +++ b/AppleScript.sublime-completions @@ -6,7 +6,7 @@ { "#": "Basic commands" }, { "trigger": "activate application", "contents": "activate application \"${1:application_name}\"" }, { "trigger": "activate", "contents": "activate" }, - { "trigger": "administrator priviledges", "contents": "administrator priviledges" }, + { "trigger": "administrator privileges", "contents": "administrator privileges" }, { "trigger": "as string", "contents": "as string" }, { "trigger": "as user name", "contents": "as user name \"${1:user}\"" }, { "trigger": "as user name..password", "contents": "as user name \"${1:user}\" with password \"${2:password}\"" }, @@ -491,7 +491,7 @@ { "trigger": "tell:Time Machine", "contents": "tell application \"Time Machine\"\n\t${2:--your code}\nend tell" }, { "trigger": "tell:VoiceOver Utility", "contents": "tell application \"VoiceOver Utility\"\n\t${2:--your code}\nend tell" }, { "trigger": "tell:Xcode", "contents": "tell application \"Xcode\"\n\t${2:--your code}\nend tell" }, - + { "note": "It ain't over 'til the fat lady sings" } ] -} \ No newline at end of file +}