Code

Events should get the right use statement too.
[gosa.git] / gosa-si / modules / ServerPackages.pm
index 1aa8db2a82beb1f73298853dcfa16c31b80f61ee..80b34bb165178420f6cee4cbbf40c8c4b94b0573 100644 (file)
@@ -3,7 +3,7 @@ package ServerPackages;
 use Exporter;
 @ISA = ("Exporter");
 
-# Each module has to have a function 'process_incoming_msg'. This function works as a interface to gosa-sd and recieves the msg hash from gosa-sd. 'process_incoming_function checks, wether it has a function to process the incoming msg and forward the msg to it. 
+# Each module has to have a function 'process_incoming_msg'. This function works as a interface to gosa-sd and receives the msg hash from gosa-sd. 'process_incoming_function checks, wether it has a function to process the incoming msg and forward the msg to it. 
 
 
 use strict;
@@ -442,7 +442,7 @@ sub process_incoming_msg {
     my $header = @{$msg_hash->{header}}[0]; 
     my $source = @{$msg_hash->{source}}[0];
 
-    &main::daemon_log("recieve '$header' at ServerPackages from $host", 1);
+    &main::daemon_log("receive '$header' at ServerPackages from $host", 1);
     &main::daemon_log("ServerPackages: msg to process: \n$msg", 7);
 
     my @targets = @{$msg_hash->{target}};