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;