From c98248f8b58e2d2f0e76d12696cd1364db499fdf Mon Sep 17 00:00:00 2001 From: Zlatin Balevsky Date: Sat, 28 Jul 2018 20:23:49 +0100 Subject: [PATCH] fix typo --- .../groovy/com/muwire/core/connection/DisconnectionEvent.groovy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()}" } }