diff --git a/modules/util/Net/fanout.pm b/modules/util/Net/fanout.pm
index c48db61bdde22cf5aa3160d6b1b42f550abde94d..38c0b7f8d80d4c3724489e99be544daecf57ebc7 100644
--- a/modules/util/Net/fanout.pm
+++ b/modules/util/Net/fanout.pm
@@ -8,9 +8,11 @@
 
 Connect to a fanout pub/sub server to receive and send messages
 
-=head1 SYNPSIS
+=head1 SYNOPSIS
 
   my $fanout= Net::fanout->new( { PeerHost => 'ppt.example.org' });
+  $fanout->subscribe('mychannel');
+  $fanout->announce('mychannel', 'test message');
 
 =cut