From 1b9d76e0d865a52ac2dc81e8b730ca425fefa5b4 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Tue, 6 Sep 2016 18:18:28 +0200 Subject: typos: DESTOYED -> DESTROYED. --- lib/Arctica/Core/JABus/Socket.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/Arctica/Core/JABus/Socket.pm b/lib/Arctica/Core/JABus/Socket.pm index f87c838..2709030 100644 --- a/lib/Arctica/Core/JABus/Socket.pm +++ b/lib/Arctica/Core/JABus/Socket.pm @@ -667,7 +667,7 @@ sub DESTROY { BugOUT(9,"JABus::Socket DESTROY socket file exists: $self->{'the_socket_path'}"); unlink($self->{'the_socket_path'}) or warn("JABus::Socket DESTROY unable to unlink socket file!"); } - warn("JABus::Socket Object $self->{'_socket_id'} ($self->{'s_or_c'}) DESTOYED"); + warn("JABus::Socket Object $self->{'_socket_id'} ($self->{'s_or_c'}) DESTROYED"); return 0; } -- cgit v1.2.3