From mboxrd@z Thu Jan 1 00:00:00 1970 From: jparsons@sourceware.org Date: 13 Aug 2006 14:02:46 -0000 Subject: [Cluster-devel] conga/luci/site/luci/Extensions conga_constants.py Message-ID: <20060813140246.1000.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: conga Changes by: jparsons at sourceware.org 2006-08-13 15:02:46 Modified files: luci/site/luci/Extensions: conga_constants.py Log message: typo Patches: http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/site/luci/Extensions/conga_constants.py.diff?cvsroot=cluster&r1=1.8&r2=1.9 --- conga/luci/site/luci/Extensions/conga_constants.py 2006/08/13 13:48:36 1.8 +++ conga/luci/site/luci/Extensions/conga_constants.py 2006/08/13 14:02:46 1.9 @@ -66,5 +66,5 @@ NODE_INACTIVE="1" NODE_UNKNOWN="2" NODE_ACTIVE_STR="Cluster Member" -NODE_INACTIVE_ST="Not a Cluster Member" +NODE_INACTIVE_STR="Not a Cluster Member" NODE_UNKNOWN_STR="Unknown State"