Przeglądaj źródła

Fix the spelling of 'guarantee' in several places.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1616 fd59a12c-fef9-0310-b244-a6a79926bd2f
Patrick Caulfield 17 lat temu
rodzic
commit
1dfbebe65a

+ 1 - 1
corosync/include/coroapi.h

@@ -296,7 +296,7 @@ struct corosync_api_v1 {
 
 	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);
 

+ 1 - 1
corosync/man/cpg_mcast_joined.3

@@ -70,7 +70,7 @@ typedef enum {
 .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 

+ 1 - 1
corosync/man/evs_mcast_groups.3

@@ -73,7 +73,7 @@ typedef enum {
 .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 

+ 1 - 1
corosync/man/evs_mcast_joined.3

@@ -71,7 +71,7 @@ typedef enum {
 .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 

+ 1 - 1
corosync/man/evs_overview.8

@@ -52,7 +52,7 @@ UDP/IP is unreliable and unordered, so the EVS library applies ordering and reli
 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