=== modified file 'plugins.d/mandosclient.c' --- plugins.d/mandosclient.c 2008-07-21 02:33:00 +0000 +++ plugins.d/mandosclient.c 2008-07-21 02:35:05 +0000 @@ -311,7 +311,7 @@ void empty_log(AvahiLogLevel level, const char *txt){} -int start_mandos_communcation(char *ip, uint16_t port){ +int start_mandos_communication(char *ip, uint16_t port){ int ret, tcp_sd; struct sockaddr_in6 to; encrypted_session es; @@ -494,7 +494,7 @@ if(debug){ fprintf(stderr, "Mandos server found at %s on port %d\n", ip, port); } - int ret = start_mandos_communcation(ip, port); + int ret = start_mandos_communication(ip, port); if (ret == 0){ exit(EXIT_SUCCESS); } else {