Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
slashmo authored Aug 14, 2018
1 parent 0bbc82b commit d5e7711
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/readnow/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ do {
""")
NSWorkspace.shared.launchApplication("System Preferences")
} else {
print("Error occured: \(e.localizedDescription)")
print("Error occurred: \(e.localizedDescription)")
}
}

0 comments on commit d5e7711

Please sign in to comment.