You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by am...@apache.org on 2016/02/18 21:06:20 UTC

[3/4] incubator-trafodion git commit: Update traf_config_setup

Update traf_config_setup

Project: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/commit/19690338
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/tree/19690338
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafodion/diff/19690338

Branch: refs/heads/master
Commit: 196903388fb5d581b655d3c42014ef82ee7982c9
Parents: 71c9a72
Author: Amanda <am...@esgyn.com>
Authored: Tue Feb 2 11:55:11 2016 -0800
Committer: Amanda <am...@esgyn.com>
Committed: Tue Feb 2 11:55:11 2016 -0800

----------------------------------------------------------------------
 install/installer/traf_config_setup | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/19690338/install/installer/traf_config_setup
----------------------------------------------------------------------
diff --git a/install/installer/traf_config_setup b/install/installer/traf_config_setup
index 1a9083a..4837ca1 100755
--- a/install/installer/traf_config_setup
+++ b/install/installer/traf_config_setup
@@ -567,7 +567,7 @@ echo "export DCS_PRIMARY_MASTER_NODE=\"$DCS_PRIMARY_MASTER_NODE\"" >> $LOCAL_TRA
 #==============================================
 #Enable HA
 
-echo -n "Enable High Avalability (Y/N), default is N: "
+echo -n "Enable High Availability (Y/N), default is N: "
 read answer
 
 if [[ ! -z $answer ]]; then