updates
authorPekka Riikonen <priikone@silcnet.org>
Thu, 20 Sep 2001 14:11:00 +0000 (14:11 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Thu, 20 Sep 2001 14:11:00 +0000 (14:11 +0000)
apps/silcd/command_reply.c

index 8945bb4191bfba1d34f506380a964354b95e6ffc..c4add0a4d64cc3a5438beb3c27c7b005d1b466e4 100644 (file)
@@ -495,7 +495,7 @@ silc_server_command_reply_identify_save(SilcServerCommandReplyContext cmd)
                                                   server_id, FALSE, NULL);
     if (!server_entry) {
       /* If router did not find such Server ID in its lists then this must
-        be bogus client or some router in the net is buggy. */
+        be bogus server or some router in the net is buggy. */
       if (server->server_type == SILC_ROUTER)
        goto error;
       
@@ -529,8 +529,8 @@ silc_server_command_reply_identify_save(SilcServerCommandReplyContext cmd)
       channel = silc_idlist_find_channel_by_id(server->global_list, channel_id,
                                               NULL);
     if (!channel) {
-      /* If router did not find such Server ID in its lists then this must
-        be bogus client or some router in the net is buggy. */
+      /* If router did not find such Channel ID in its lists then this must
+        be bogus channel or some router in the net is buggy. */
       if (server->server_type == SILC_ROUTER)
        goto error;