From 78ec3bfb049a47dbc72a4ad0aab7506d69e5de64 Mon Sep 17 00:00:00 2001 From: Charles Doutriaux Date: Thu, 5 Feb 2015 09:22:30 -0800 Subject: [PATCH] fixed spelling --- CMake/cdat_modules_extra/setup_runtime.csh.in | 2 +- CMake/cdat_modules_extra/setup_runtime.sh.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMake/cdat_modules_extra/setup_runtime.csh.in b/CMake/cdat_modules_extra/setup_runtime.csh.in index e06778cb8b..23147e2c36 100755 --- a/CMake/cdat_modules_extra/setup_runtime.csh.in +++ b/CMake/cdat_modules_extra/setup_runtime.csh.in @@ -2,7 +2,7 @@ # UVCDAT_INSTALL_PREFIX setenv UVCDAT_PROMPT_STRING @UVCDAT_PROMPT_STRING@ -if ( $?UVCDAT_PROMPT_BEGINING ) then +if ( $?UVCDAT_PROMPT_BEGINNING ) then set prompt = "[@UVCDAT_PROMPT_STRING@]${prompt}" endif if ( $?UVCDAT_PROMPT_END ) then diff --git a/CMake/cdat_modules_extra/setup_runtime.sh.in b/CMake/cdat_modules_extra/setup_runtime.sh.in index 32a476a1b6..0711ead3f4 100755 --- a/CMake/cdat_modules_extra/setup_runtime.sh.in +++ b/CMake/cdat_modules_extra/setup_runtime.sh.in @@ -36,7 +36,7 @@ python_paths=( @SETUP_PYTHON_PATHS@ ) executable_paths=( @SETUP_EXECUTABLE_PATHS@ ) export UVCDAT_PROMPT_STRING=@UVCDAT_PROMPT_STRING@ -if [ "$UVCDAT_ENABLE_PROMPT_BEGINING" ] ; then +if [ "$UVCDAT_ENABLE_PROMPT_BEGINNING" ] ; then export PS1="[@UVCDAT_PROMPT_STRING@]$PS1" fi if [ "$UVCDAT_ENABLE_PROMPT_END" ] ; then