aboutsummaryrefslogtreecommitdiffstats
path: root/src/receive.go
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/receive.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/receive.go b/src/receive.go
index 27fdb8a..0b0efbf 100644
--- a/src/receive.go
+++ b/src/receive.go
@@ -93,10 +93,10 @@ func (device *Device) addToHandshakeQueue(
}
}
-func (device *Device) RoutineReceiveIncomming(IP int, bind Bind) {
+func (device *Device) RoutineReceiveIncoming(IP int, bind Bind) {
logDebug := device.log.Debug
- logDebug.Println("Routine, receive incomming, IP version:", IP)
+ logDebug.Println("Routine, receive incoming, IP version:", IP)
for {