Skip to content

Commit

Permalink
fix typo of its
Browse files Browse the repository at this point in the history
  • Loading branch information
nodeful committed Dec 18, 2021
1 parent f0a1ace commit b8a62f6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions native/app/Source/Application.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down Expand Up @@ -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()
Expand Down
2 changes: 1 addition & 1 deletion native/driver/Source/EQMDevice.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ui/src/app/app.component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.`
} ],
Expand Down

0 comments on commit b8a62f6

Please sign in to comment.