Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Fixes typo (`s`) in error message.

See dlech#246 .
  • Loading branch information
strarsis committed Jul 8, 2019
1 parent 6e5c985 commit d78faba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KeeAgent/KeeAgentExt.cs
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ public void StartWindowsOpenSshPipe()
pagent.StartWindowsOpenSshPipe();
}
catch (PageantRunningException) {
MessageService.ShowWarning("Windows OpensSSH agent is already running.",
MessageService.ShowWarning("Windows OpenSSH agent is already running.",
"KeeAgent cannot listen for Windows OpenSSH requests.");
}
catch (Exception ex) {
Expand Down

0 comments on commit d78faba

Please sign in to comment.