Browse Source

fix spelling mistake

pull/254/head
Edward Betts GitHub 9 years ago
parent
commit
49b31e82e1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      common/JackDebugClient.cpp

+ 1
- 1
common/JackDebugClient.cpp View File

@@ -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;



Loading…
Cancel
Save