From 0e5bc3bff8bf25eb8889245b294900d96599f41c Mon Sep 17 00:00:00 2001 From: sletz Date: Tue, 30 Oct 2007 10:52:36 +0000 Subject: [PATCH] Cleanup git-svn-id: http://subversion.jackaudio.org/jack/jack2/trunk/jackmp@1682 0c269be4-1314-0410-8aa9-9f06e86f4224 --- common/JackClientControl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/JackClientControl.h b/common/JackClientControl.h index 6a1d35c0..d1bddb6d 100644 --- a/common/JackClientControl.h +++ b/common/JackClientControl.h @@ -66,7 +66,7 @@ struct JackClientControl : public JackShmMem fCallback[kAddClient] = true; fCallback[kRemoveClient] = true; fCallback[kActivateClient] = true; - // So that driver synchro are corectly setup in "flush" or "normal" mode + // So that driver synchro are correctly setup in "flush" or "normal" mode fCallback[kStartFreewheelCallback] = true; fCallback[kStopFreewheelCallback] = true; fRefNum = refnum;