From 49b31e82e118749bbbbbb3e594de5dcb779026f4 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 7 Feb 2017 14:17:38 +0000 Subject: [PATCH] fix spelling mistake --- common/JackDebugClient.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackDebugClient.cpp b/common/JackDebugClient.cpp index 5ba5e897..3308c457 100644 --- a/common/JackDebugClient.cpp +++ b/common/JackDebugClient.cpp @@ -58,7 +58,7 @@ JackDebugClient::~JackDebugClient() if (fOpenPortNumber != 0) *fStream << "!!! WARNING !!! Some ports have not been unregistered ! Incorrect exiting !" << endl; if (fIsDeactivated != fIsActivated) - *fStream << "!!! ERROR !!! Client seem to not perform symetric activation-deactivation ! (not the same number of activate and deactivate)" << endl; + *fStream << "!!! ERROR !!! Client seem to not perform symmetric activation-deactivation ! (not the same number of activate and deactivate)" << endl; if (fIsClosed == 0) *fStream << "!!! ERROR !!! Client have not been closed with jack_client_close() !" << endl;