From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 17 Jan 2007 15:02:13 -0000 Subject: [Cluster-devel] cluster/cman/daemon commands.c Message-ID: <20070117150213.18480.qmail@sourceware.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit CVSROOT: /cvs/cluster Module name: cluster Branch: RHEL5 Changes by: pcaulfield at sourceware.org 2007-01-17 15:02:13 Modified files: cman/daemon : commands.c Log message: Fix typo, thanks bob. Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/cluster/cman/daemon/commands.c.diff?cvsroot=cluster&only_with_tag=RHEL5&r1=1.55.2.5&r2=1.55.2.6 --- cluster/cman/daemon/commands.c 2007/01/17 11:01:35 1.55.2.5 +++ cluster/cman/daemon/commands.c 2007/01/17 15:02:13 1.55.2.6 @@ -2055,7 +2055,7 @@ return "we were killed by cman_tool or other application"; case CLUSTER_KILL_REJOIN: - return "we node rejoined cluster without a full restart"; + return "we rejoined the cluster without a full restart"; default: sprintf(msg, "we got kill message number %d", reason);