diff --git a/native/app/Source/Application.swift b/native/app/Source/Application.swift index ae396862..b060eff6 100644 --- a/native/app/Source/Application.swift +++ b/native/app/Source/Application.swift @@ -209,7 +209,7 @@ class Application { } else { stopRemoveEngines { Async.delay(1000) { - // need a delay, because emitter should finish it's work at first + // need a delay, because emitter should finish its work at first try! AudioDeviceEvents.recreateEventEmitters([.isAliveChanged, .volumeChanged, .nominalSampleRateChanged]) setupDriverDeviceEvents() matchDriverSampleRateToOutput() @@ -370,7 +370,7 @@ class Application { ignoreEvents = true stopRemoveEngines { Async.delay(1000) { - // need a delay, because emitter should finish it's work at first + // need a delay, because emitter should finish its work at first try! AudioDeviceEvents.recreateEventEmitters([.isAliveChanged, .volumeChanged, .nominalSampleRateChanged]) setupDriverDeviceEvents() matchDriverSampleRateToOutput() diff --git a/native/driver/Source/EQMDevice.swift b/native/driver/Source/EQMDevice.swift index a80e6095..6aef0d45 100644 --- a/native/driver/Source/EQMDevice.swift +++ b/native/driver/Source/EQMDevice.swift @@ -260,7 +260,7 @@ class EQMDevice: EQMObject { case kAudioDevicePropertyDeviceCanBeDefaultDevice: // This property returns whether or not the device wants to be able to be the // default device for content. This is the device that iTunes and QuickTime - // will use to play their content on and FaceTime will use as it's microhphone. + // will use to play their content on and FaceTime will use as its microphone. // Nearly all devices should allow for this. if address.mScope == kAudioObjectPropertyScopeInput { return .integer(0) diff --git a/ui/src/app/app.component.ts b/ui/src/app/app.component.ts index 9e92a5f2..f6ee3aa9 100644 --- a/ui/src/app/app.component.ts +++ b/ui/src/app/app.component.ts @@ -185,7 +185,7 @@ and make it a more stable product. options: [ [ { type: 'label', label: 'Privacy' } ], [ { - type: 'label', label: `eqMac respects it's user's privacy + type: 'label', label: `eqMac respects its user's privacy and is giving you a choice what data you wish to share with the developer. This data would help us improve and grow the product.` } ],