This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: master - cman: Fix some typos.


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1004eb573e03ec684b2a73199cf7d94cb8cce8f6
Commit:        1004eb573e03ec684b2a73199cf7d94cb8cce8f6
Parent:        3fe661b1d295a1d1068f45db9a2b2e1df60e8bd2
Author:        Christine Caulfield <ccaulfie@redhat.com>
AuthorDate:    Tue Feb 3 11:59:23 2009 +0000
Committer:     Christine Caulfield <ccaulfie@redhat.com>
CommitterDate: Tue Feb 3 11:59:23 2009 +0000

cman: Fix some typos.

sigh

Signed-off-by: Christine Caulfield <ccaulfie@redhat.com>
---
 cman/services/cman/lib/libcman.c |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/cman/services/cman/lib/libcman.c b/cman/services/cman/lib/libcman.c
index dd64015..7a25a9d 100644
--- a/cman/services/cman/lib/libcman.c
+++ b/cman/services/cman/lib/libcman.c
@@ -236,7 +236,7 @@ int cman_finish (
 	return 0;
 }
 
-/* These next four calls are the only ones that are specific to cman i nthe release. Everything else
+/* These next four calls are the only ones that are specific to cman in the release. Everything else
  * uses standard corosync or 'ccs' libraries.
  * If you really want to do inter-node communications then CPG might be more appropriate to
  * your needs. These functions are here partly to provide an API compatibility, but mainly
@@ -427,7 +427,7 @@ int cman_get_node_addrs (
  * In fact we can use the lower-level quorum service if quorate all we
  * needed to know - it provides the quorum state regardless of which
  * quorum provider is loaded.
- * Users of libcman typically are nos and wany to know all sorts of
+ * Users of libcman typically are nosy and want to know all sorts of
  * other things.
  */
 int cman_is_quorate(cman_handle_t handle)
@@ -883,7 +883,7 @@ error_put:
 
 /*
  * This call expects to get a listing of all nodes known to the
- * system so we query ccs rather than corsync, as some nodes
+ * system so we query ccs rather than corosync, as some nodes
  * might not be up yet
  */
 int cman_get_node_count(cman_handle_t handle)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]