diff --git a/corosync/include/coroapi.h b/corosync/include/coroapi.h index f6c7935a..0cd23354 100644 --- a/corosync/include/coroapi.h +++ b/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); diff --git a/corosync/man/cpg_mcast_joined.3 b/corosync/man/cpg_mcast_joined.3 index e64d8c34..4c21de61 100644 --- a/corosync/man/cpg_mcast_joined.3 +++ b/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 diff --git a/corosync/man/evs_mcast_groups.3 b/corosync/man/evs_mcast_groups.3 index 47e81181..9aa2f61c 100644 --- a/corosync/man/evs_mcast_groups.3 +++ b/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 diff --git a/corosync/man/evs_mcast_joined.3 b/corosync/man/evs_mcast_joined.3 index bb131a10..d3b70989 100644 --- a/corosync/man/evs_mcast_joined.3 +++ b/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 diff --git a/corosync/man/evs_overview.8 b/corosync/man/evs_overview.8 index 0457e14d..76e3a06c 100644 --- a/corosync/man/evs_overview.8 +++ b/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