From 3b35d8a99cf468c578c67b64dd8cba29bc38b9f0 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 8 Apr 2009 06:44:41 +0000 Subject: [PATCH] no-op change: s/gruop/group/ in prototypes and documentation * include/corosync/engine/coroapi.h (tpg_join, tpg_leave): * man/evs_mcast_groups.3: git-svn-id: http://svn.fedorahosted.org/svn/corosync/trunk@2028 fd59a12c-fef9-0310-b244-a6a79926bd2f --- include/corosync/engine/coroapi.h | 4 ++-- man/evs_mcast_groups.3 | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/include/corosync/engine/coroapi.h b/include/corosync/engine/coroapi.h index b8f969ab..ece4c216 100644 --- a/include/corosync/engine/coroapi.h +++ b/include/corosync/engine/coroapi.h @@ -460,12 +460,12 @@ struct corosync_api_v1 { int (*tpg_join) ( hdb_handle_t handle, struct corosync_tpg_group *groups, - int gruop_cnt); + int group_cnt); int (*tpg_leave) ( hdb_handle_t handle, struct corosync_tpg_group *groups, - int gruop_cnt); + int group_cnt); int (*tpg_joined_mcast) ( hdb_handle_t handle, diff --git a/man/evs_mcast_groups.3 b/man/evs_mcast_groups.3 index 11437e54..fca94f17 100644 --- a/man/evs_mcast_groups.3 +++ b/man/evs_mcast_groups.3 @@ -38,7 +38,7 @@ evs_join \- Multicast a message to selected groups .B #include .B #include .sp -.BI "int evs_mcast_gruops(evs_handle_t " handle ", evs_guraantee_t " guarantee ", evs_group_t *" groups ", int group_entries, struct iovec *" iovec ", int " iov_len "); +.BI "int evs_mcast_groups(evs_handle_t " handle ", evs_guraantee_t " guarantee ", evs_group_t *" groups ", int group_entries, struct iovec *" iovec ", int " iov_len "); .SH DESCRIPTION The .B evs_mcast_groups(3)