From c3b6b91a620437c9ff30fd72042e1a0545b00e70 Mon Sep 17 00:00:00 2001 From: Sandro Jäckel Date: Tue, 7 Apr 2020 07:21:12 +0200 Subject: Fix typos --- README.md | 2 +- src/server/Utils.hx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 67533fc..049c1e7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ Default channel example: http://synctube-example.herokuapp.com/ ### Setup - Open `4200` port in your router settings (port is customizable) -- `npm install ws` in this project folder ([NodeJS](https://nodejs.org) requred) +- `npm install ws` in this project folder ([NodeJS](https://nodejs.org) required) - Run `node build/server.js` - Open showed "Local" link for yourself and send "Global" link to friends diff --git a/src/server/Utils.hx b/src/server/Utils.hx index 9c88bc2..218184d 100644 --- a/src/server/Utils.hx +++ b/src/server/Utils.hx @@ -24,7 +24,7 @@ class Utils { final iface = Reflect.field(type, ifname); // skip over internal (i.e. 127.0.0.1) and non-ipv4 addresses if ('IPv4' != iface.family || iface.internal != false) continue; - // this interface has only one ipv4 adress + // this interface has only one ipv4 address return iface.address; } } -- cgit v1.2.3