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
This commit is contained in:
Jim Meyering 2009-04-08 06:44:41 +00:00
parent e7fa045d5a
commit 3b35d8a99c
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -38,7 +38,7 @@ evs_join \- Multicast a message to selected groups
.B #include <sys/uio.h>
.B #include <corosync/evs.h>
.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)