aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-06 18:18:28 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2016-09-06 18:18:28 +0200
commit1b9d76e0d865a52ac2dc81e8b730ca425fefa5b4 (patch)
tree517c58ed209330434c8f7afd75793499238f0d29 /lib
parent39f55920ebd32dd0a01ddac67a9adf2f32b45c45 (diff)
downloadperl-Arctica-Core-JABus-Socket-1b9d76e0d865a52ac2dc81e8b730ca425fefa5b4.tar.gz
perl-Arctica-Core-JABus-Socket-1b9d76e0d865a52ac2dc81e8b730ca425fefa5b4.tar.bz2
perl-Arctica-Core-JABus-Socket-1b9d76e0d865a52ac2dc81e8b730ca425fefa5b4.zip
typos: DESTOYED -> DESTROYED.
Diffstat (limited to 'lib')
-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;
}