mirror of
https://git.proxmox.com/git/mirror_corosync
synced 2025-07-27 10:59:34 +00:00
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:
parent
72d30f4ee1
commit
1dfbebe65a
@ -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);
|
||||
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user