diff libfdproto/messages.c @ 1099:6ce5c99a40af

Fix some typos.
author Thomas Klausner <tk@giga.or.at>
date Wed, 08 May 2013 14:40:20 +0200
parents 97a257c80de0
children 40b48a3997a2
line wrap: on
line diff
--- a/libfdproto/messages.c	Mon May 06 18:49:59 2013 +0800
+++ b/libfdproto/messages.c	Wed May 08 14:40:20 2013 +0200
@@ -1250,8 +1250,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"