From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15912 invoked by alias); 3 Feb 2009 11:59:57 -0000 Received: (qmail 15906 invoked by alias); 3 Feb 2009 11:59:57 -0000 X-SWARE-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Status: No, hits=-1.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS X-Spam-Check-By: sourceware.org X-Spam-Checker-Version: SpamAssassin 3.2.4 (2008-01-01) on bastion.fedora.phx.redhat.com Subject: cluster: master - cman: Fix some typos. To: cluster-cvs-relay@redhat.com X-Project: Cluster Project X-Git-Module: cluster.git X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 3fe661b1d295a1d1068f45db9a2b2e1df60e8bd2 X-Git-Newrev: 1004eb573e03ec684b2a73199cf7d94cb8cce8f6 From: Christine Caulfield Message-Id: <20090203115936.CA4DA1205A4@lists.fedorahosted.org> Date: Tue, 03 Feb 2009 11:59:00 -0000 X-Scanned-By: MIMEDefang 2.58 on 172.16.52.254 Mailing-List: contact cluster-cvs-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cluster-cvs-owner@sourceware.org X-SW-Source: 2009-q1/txt/msg00374.txt.bz2 Gitweb: http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=1004eb573e03ec684b2a73199cf7d94cb8cce8f6 Commit: 1004eb573e03ec684b2a73199cf7d94cb8cce8f6 Parent: 3fe661b1d295a1d1068f45db9a2b2e1df60e8bd2 Author: Christine Caulfield AuthorDate: Tue Feb 3 11:59:23 2009 +0000 Committer: Christine Caulfield CommitterDate: Tue Feb 3 11:59:23 2009 +0000 cman: Fix some typos. sigh Signed-off-by: Christine Caulfield --- 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)