Oops, here's a fix patch without the rubbish at the top.

Chrissie
Index: include/coroapi.h
===================================================================
--- include/coroapi.h	(revision 1615)
+++ include/coroapi.h	(working copy)
@@ -296,7 +285,7 @@
 
 	int (*totem_ring_reenable) (void);
 
-	int (*totem_mcast) (struct iovec *iovec, int iov_len, unsigned int gaurantee);
+	int (*totem_mcast) (struct iovec *iovec, int iov_len, unsigned int guarantee);
 
 	int (*totem_send_ok) (struct iovec *iovec, int iov_len);
 
Index: man/evs_mcast_groups.3
===================================================================
--- man/evs_mcast_groups.3	(revision 1615)
+++ man/evs_mcast_groups.3	(working copy)
@@ -73,7 +73,7 @@
 .IP
 .PP
 .PP
-The meanings of the evs_gaurantee_t typedef are:
+The meanings of the evs_guarantee_t typedef are:
 .TP
 .B EVS_GUARANTEE_UNORDERED
 Messages are guaranteed to be delivered, but with no particular order.  This 
Index: man/cpg_mcast_joined.3
===================================================================
--- man/cpg_mcast_joined.3	(revision 1615)
+++ man/cpg_mcast_joined.3	(working copy)
@@ -70,7 +70,7 @@
 .IP
 .PP
 .PP
-The meanings of the cpg_gaurantee_t typedef are:
+The meanings of the cpg_guarantee_t typedef are:
 .TP
 .B CPG_TYPE_UNORDERED
 Messages are guaranteed to be delivered, but with no particular order.  This 
Index: man/evs_overview.8
===================================================================
--- man/evs_overview.8	(revision 1615)
+++ man/evs_overview.8	(working copy)
@@ -52,7 +52,7 @@
 to messages.  Hardware multicast is used to avoid duplicated packets with two or more
 receivers.  Erroneous messages are corrected automatically by the library.
 .PP
-Certain gaurantees are provided by the EVS library.  These guarantees are related to
+Certain guarantees are provided by the EVS library.  These guarantees are related to
 message delivery and configuration change delivery.
 .SH DEFINITIONS
 .TP
Index: man/evs_mcast_joined.3
===================================================================
--- man/evs_mcast_joined.3	(revision 1615)
+++ man/evs_mcast_joined.3	(working copy)
@@ -71,7 +71,7 @@
 .IP
 .PP
 .PP
-The meanings of the evs_gaurantee_t typedef are:
+The meanings of the evs_guarantee_t typedef are:
 .TP
 .B EVS_GUARANTEE_UNORDERED
 Messages are guaranteed to be delivered, but with no particular order.  This 
_______________________________________________
Openais mailing list
[email protected]
https://lists.linux-foundation.org/mailman/listinfo/openais

Reply via email to