summaryrefslogtreecommitdiff
path: root/windows
diff options
context:
space:
mode:
authorAdrian Knoth <aknoth@google.com>2018-02-25 18:45:49 +0100
committerAdrian Knoth <aknoth@google.com>2018-02-25 18:47:52 +0100
commit6ccfdc1058f9cbd79d636a822163eda76eb4eb02 (patch)
treef056a15ac7a3d5a67654fcc618708603b0cd17c0 /windows
parenta5e6585dd391220d56fbe4704df71544ad83ba6e (diff)
downloadjack2-6ccfdc1058f9cbd79d636a822163eda76eb4eb02.tar.gz
Mass-fix spelling errors
Flagged by the Debian QA tool. Mostly automatic search-n-replace of the mistakes flagged.
Diffstat (limited to 'windows')
-rw-r--r--windows/JackWinNamedPipeClientChannel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/windows/JackWinNamedPipeClientChannel.cpp b/windows/JackWinNamedPipeClientChannel.cpp
index 5bc63a04..8d94b9e5 100644
--- a/windows/JackWinNamedPipeClientChannel.cpp
+++ b/windows/JackWinNamedPipeClientChannel.cpp
@@ -152,7 +152,7 @@ bool JackWinNamedPipeClientChannel::Execute()
return true;
error:
- // Close the pipes, server wont be able to create them otherwise.
+ // Close the pipes, server won't be able to create them otherwise.
fNotificationListenPipe.Close();
fRequest->Close();
fClient->ShutDown(jack_status_t(JackFailure | JackServerError), JACK_SERVER_FAILURE);