Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
fix: correcrt typo in logs
Browse files Browse the repository at this point in the history
  • Loading branch information
apexad committed Feb 22, 2021
1 parent 6814043 commit 8fff343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ class AirportExpressPlayingPlatform implements StaticPlatformPlugin {
const mdnsBrowser = mdns.createBrowser(mdns.tcp("airplay"));

mdnsBrowser.on('ready', () => {
this.log('Seaarching for Airport Express devices')
this.log('Searching for Airport Express devices')
mdnsBrowser.discover();
});

Expand Down

0 comments on commit 8fff343

Please sign in to comment.