aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Arctica/Core/JABus/Socket.pm2
1 files changed, 1 insertions, 1 deletions
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;
}