diff libfdproto/messages.c @ 1101:40b48a3997a2

Merged
author Sebastien Decugis <sdecugis@freediameter.net>
date Thu, 09 May 2013 12:06:03 +0800
parents f38d77f9cfd3 6ce5c99a40af
children d8591b1c56cd
line wrap: on
line diff
--- a/libfdproto/messages.c	Thu May 09 11:59:34 2013 +0800
+++ b/libfdproto/messages.c	Thu May 09 12:06:03 2013 +0800
@@ -1254,8 +1254,8 @@
 	if (! (msg->msg_public.msg_flags & CMD_FLAG_REQUEST ))
 		return anscb ? EINVAL : 0; /* we associate with requests only */
 	
-	CHECK_PARAMS( (anscb == NULL)    || (msg->msg_cb.anscb == NULL) ); /* We are not overwritting a cb */
-	CHECK_PARAMS( (expirecb == NULL) || (msg->msg_cb.expirecb == NULL) ); /* We are not overwritting a cb */
+	CHECK_PARAMS( (anscb == NULL)    || (msg->msg_cb.anscb == NULL) ); /* We are not overwriting a cb */
+	CHECK_PARAMS( (expirecb == NULL) || (msg->msg_cb.expirecb == NULL) ); /* We are not overwriting a cb */
 	
 	/* Associate callback and data with the message, if any */
 	msg->msg_cb.anscb = anscb;
"Welcome to our mercurial repository"