summaryrefslogtreecommitdiff
path: root/windows/JackWinNamedPipeClientChannel.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'windows/JackWinNamedPipeClientChannel.cpp')
-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);