-fix crash observed on FreeBSD
[oweals/gnunet.git] / src / conversation / conversation_api_call.c
index befbbc91048fb3df5a90fdcd76a7e9600eed1e3d..f69a6518cfc2fd997e688605094d6ecfed3d1672 100644 (file)
@@ -384,7 +384,7 @@ handle_call_audio_message (void *cls,
     break;
   case CS_SUSPENDED_CALLEE:
   case CS_SUSPENDED_BOTH:
-    /* can (rarely) also happen: other peer suspended, but mesh might
+    /* can (rarely) also happen: other peer suspended, but cadet might
        have had delayed data on the unreliable channel */
     break;
   case CS_ACTIVE:
@@ -524,7 +524,7 @@ reconnect_call (struct GNUNET_CONVERSATION_Call *call)
                        GNUNET_CONVERSATION_EC_CALL_ERROR);
     return;
   }
-  
+
   call->mq = GNUNET_MQ_queue_for_connection_client (call->client,
                                                     handlers,
                                                     &call_error_handler,