Просмотр исходного кода

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
Jim Meyering 17 лет назад
Родитель
Сommit
3b35d8a99c
2 измененных файлов с 3 добавлено и 3 удалено
  1. 2 2
      include/corosync/engine/coroapi.h
  2. 1 1
      man/evs_mcast_groups.3

+ 2 - 2
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,

+ 1 - 1
man/evs_mcast_groups.3

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