From mboxrd@z Thu Jan 1 00:00:00 1970 From: pcaulfield@sourceware.org Date: 17 Jan 2007 15:02:50 -0000 Subject: [Cluster-devel] cluster/cman/daemon commands.c Message-ID: <20070117150250.18741.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 Changes by: pcaulfield at sourceware.org 2007-01-17 15:02:50 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&r1=1.60&r2=1.61 --- cluster/cman/daemon/commands.c 2007/01/17 11:00:40 1.60 +++ cluster/cman/daemon/commands.c 2007/01/17 15:02:49 1.61 @@ -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);