diff --git a/core/src/main/groovy/com/muwire/core/connection/DisconnectionEvent.groovy b/core/src/main/groovy/com/muwire/core/connection/DisconnectionEvent.groovy index ef8fe59a..2924003c 100644 --- a/core/src/main/groovy/com/muwire/core/connection/DisconnectionEvent.groovy +++ b/core/src/main/groovy/com/muwire/core/connection/DisconnectionEvent.groovy @@ -10,6 +10,6 @@ class DisconnectionEvent extends Event { @Override public String toString() { - "DisconnectionEvent ${super.toString()} destination:${destianation.toBase32()}" + "DisconnectionEvent ${super.toString()} destination:${destination.toBase32()}" } }