aboutsummaryrefslogtreecommitdiffstats
path: root/src/server/Utils.hx
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2020-04-07 07:21:12 +0200
committerSandro Jäckel <sandro.jaeckel@gmail.com>2020-04-07 07:21:12 +0200
commitc3b6b91a620437c9ff30fd72042e1a0545b00e70 (patch)
tree34e3729c94c895861d5f9711b323dbba5899c5b6 /src/server/Utils.hx
parent9e358f7c4b9536dd9fadd3fee3a52305b9a98364 (diff)
Fix typos
Diffstat (limited to 'src/server/Utils.hx')
-rw-r--r--src/server/Utils.hx2
1 files changed, 1 insertions, 1 deletions
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;
}
}
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage