Skip to content

Commit a14f997

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/master'
2 parents 7073572 + 4170586 commit a14f997

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Application/AppDelegate.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSMenuItemValidation {
273273
guard access(dstApp.deletingLastPathComponent().path, W_OK) == 0 else {
274274
let alert = NSAlert()
275275
alert.messageText = "Unable to install the tool: \(dstApp.deletingLastPathComponent().path) is not writable"
276-
alert.informativeText = "You can directly call the tool from this path: \n\(srcApp.path) \n\nManually intall from a Terminal shell with this command: \nln -sfv \(srcApp.path) \(dstApp.path)"
276+
alert.informativeText = "You can directly call the tool from this path: \n\(srcApp.path) \n\nManually install from a Terminal shell with this command: \nln -sfv \(srcApp.path) \(dstApp.path)"
277277
alert.alertStyle = .warning
278278
alert.addButton(withTitle: "Close").keyEquivalent = "\u{1b}"
279279
alert.runModal()

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ New features:
88
- Better support for assembler files (`.asm`).
99

1010
Bugfix:
11-
- Better procedure for install the command line tool.
11+
- Better procedure to install the command line tool.
1212
- Fixed custom css style for global settings.
1313
- Fixed the Sparkle integration bug. **If you have installed version 2.1.6 you may need to [re-download the updated app from the web](https://github.com/sbarex/SourceCodeSyntaxHighlight/releases/download/2.1.7/Syntax.Highlight.zip).**
1414

0 commit comments

Comments
 (0)