Parcourir la source

Fix typo in saMsg.h header file.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1113 fd59a12c-fef9-0310-b244-a6a79926bd2f
Steven Dake il y a 19 ans
Parent
commit
fbfe92f7da
1 fichiers modifiés avec 2 ajouts et 2 suppressions
  1. 2 2
      include/saMsg.h

+ 2 - 2
include/saMsg.h

@@ -273,12 +273,12 @@ saMsgMessageReply (
 	const SaMsgSenderIdT *senderId,
 	SaTimeT timeout);
 
-SaAisErrorT saMsgMessageREplyAsync (
+SaAisErrorT saMsgMessageReplyAsync (
 	SaMsgHandleT msgHandle,
 	SaInvocationT invocation,
 	const SaMsgMessageT *replyMessage,
 	const SaMsgSenderIdT *senderId,
 	SaMsgAckFlagsT ackFlags);
 
-#endif /* SALCK_H_DEFINED */
+#endif /* SAMSG_H_DEFINED */