Fix typo in comments (#3185)

This commit is contained in:
Ryan Castner 2018-08-22 13:42:52 -04:00 committed by CHaBou
parent 24079fc803
commit 6451ba7f85

View file

@ -220,7 +220,7 @@ app.on('ready', () =>
app.setAsDefaultProtocolClient('ssh');
} else if (!config.getConfig().defaultSSHApp && app.isDefaultProtocolClient('ssh')) {
//eslint-disable-next-line no-console
console.log('Removing Hyper from default client for ssh:// protocl');
console.log('Removing Hyper from default client for ssh:// protocol');
app.removeAsDefaultProtocolClient('ssh');
}
installCLI(false);