Skip to content

Commit 5ce44ad

Browse files
Fix typo: incase -> in case in obs_handler.ts comments
Agent-Logs-Url: https://github.com/streamlabs/obs-studio-node/sessions/3793922f-b1f7-48b0-b5fd-f0cfd09b1dc5 Co-authored-by: sandboxcoder <6242058+sandboxcoder@users.noreply.github.com>
1 parent a423149 commit 5ce44ad

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/osn-tests/util/obs_handler.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -553,13 +553,13 @@ export class OBSHandler {
553553

554554
isDarwin()
555555
{
556-
// Wrapped this in a function- just incase we want to add more conditions later or disable only within the build agent.
556+
// Wrapped this in a function- just in case we want to add more conditions later or disable only within the build agent.
557557
return this.os === 'darwin';
558558
}
559559

560560
isOnDarwinCI()
561561
{
562-
// Wrapped this in a function- just incase we want to add more conditions later or disable only within the build agent.
562+
// Wrapped this in a function- just in case we want to add more conditions later or disable only within the build agent.
563563
return this.os === 'darwin' && this.ci;
564564
}
565565

0 commit comments

Comments
 (0)