Code

Fixed two small typos.
authorjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Feb 2008 09:20:54 +0000 (09:20 +0000)
committerjanw <janw@594d385d-05f5-0310-b6e9-bd551577e9d8>
Thu, 21 Feb 2008 09:20:54 +0000 (09:20 +0000)
git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@9005 594d385d-05f5-0310-b6e9-bd551577e9d8

gosa-si/gosa-si-server

index 10a6d118545fd228de44eec18beb9d5e20fd220b..c445ad4c7d672928b9c0be34c5234dab2536f479 100755 (executable)
@@ -580,7 +580,7 @@ sub input_from_unknown_host {
     }
 
     if( (!$msg) || (!$msg_hash) || (!$module)) {
-        daemon_log("Incoming message is not from a unknown host", 5);
+        daemon_log("Incoming message is not from an unknown host", 5);
     }
 
     return ($msg, $msg_hash, $module);
@@ -980,7 +980,7 @@ sub client_input {
                         my $host_name = $hit->{hostname};
                         my $host_key = $hit->{hostkey};
                         $answer =~ s/$answer_target/$host_name/g;
-                        daemon_log("found host '$host_name', assoziated to '$answer_target'", 3);
+                        daemon_log("found host '$host_name', associated to '$answer_target'", 3);
                         &send_msg_to_target($answer, $host_name, $host_key, $answer_header);
                         $found_ip_flag++ ;
                     }