From aefca1d4920623167a7c1e2380d835c461f3c8a2 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Wed, 29 Nov 2000 00:10:29 +0000 Subject: [PATCH] typo in comment --- lib/omapi/connection.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/omapi/connection.c b/lib/omapi/connection.c index 1cab8cc04c..1cd2b97824 100644 --- a/lib/omapi/connection.c +++ b/lib/omapi/connection.c @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: connection.c,v 1.35 2000/10/20 13:29:36 marka Exp $ */ +/* $Id: connection.c,v 1.36 2000/11/29 00:10:29 gson Exp $ */ /* Principal Author: DCL */ @@ -143,7 +143,7 @@ end_connection(omapi_connection_t *connection) { /* * The client connection will be waiting if the error was * triggered in one of the socket event handlers. It will - * not be waiting an error happened in omapi_meesgae_send + * not be waiting an error happened in omapi_message_send * or send_intro. * * The server connection will never be waiting.