Fix the spelling of 'guarantee' in several places.

git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@1616 fd59a12c-fef9-0310-b244-a6a79926bd2f
This commit is contained in:
Patrick Caulfield 2008-08-01 07:03:49 +00:00
parent 72d30f4ee1
commit 1dfbebe65a
5 changed files with 5 additions and 5 deletions

View File

@ -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);

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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