minor typo fix in openBrowser

This commit is contained in:
Matt Wood
2019-02-21 09:40:00 -06:00
committed by GitHub
parent 01ecfc1337
commit 38ae7348c8

View File

@@ -105,7 +105,7 @@ function startBrowserProcess(browser, url) {
}
/**
* Reads the BROWSER evironment variable and decides what to do with it. Returns
* Reads the BROWSER environment variable and decides what to do with it. Returns
* true if it opened a browser or ran a node.js script, otherwise false.
*/
function openBrowser(url) {