From 5654ef3fe22493b06e022366fd6c5d129bb2317f Mon Sep 17 00:00:00 2001 From: Thomas Ingram Date: Fri, 20 Jan 2017 17:47:50 -0500 Subject: [PATCH] Typo fix --- bin/serve-https.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/serve-https.js b/bin/serve-https.js index ab42faf..cde8fca 100755 --- a/bin/serve-https.js +++ b/bin/serve-https.js @@ -23,7 +23,7 @@ function showError(err, port) { } else if ('EADDRINUSE' === err.code) { console.warn("Another server is already running on '" + port + "'."); - console.warn("You can probably fix that by rebooting your comupter (or stopping it if you know what it is)."); + console.warn("You can probably fix that by rebooting your computer (or stopping it if you know what it is)."); } }