Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TPF
jack2
Commits
e749cdf2
Commit
e749cdf2
authored
Feb 07, 2017
by
Edward Betts
Committed by
Stéphane Letz
Feb 07, 2017
Browse files
fix spelling mistake (#254)
parent
0c8bebc1
Changes
1
Show whitespace changes
Inline
Side-by-side
common/JackDebugClient.cpp
View file @
e749cdf2
...
...
@@ -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 sym
m
etric 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
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment