Skip to content

Commit c5d5112

Browse files
committed
Typo
1 parent f134750 commit c5d5112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/ios-debug-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ class IOSDebugService implements IDebugService {
157157
return this.openDebuggingClient(fileDescriptor);
158158
} else {
159159
return (() => {
160-
this.$logger.info("Supressing debugging client.");
160+
this.$logger.info("Suppressing debugging client.");
161161
}).future<void>()();
162162
}
163163
}

0 commit comments

Comments
 (0)