fix typo

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

Branch: refs/heads/master
Commit: 5e6e1def7d647c1fe4d1f26854bdd28d3aa0bbc9
Parents: 0b3b5b9
Author: LiuMing <ovis_p...@sina.com>
Authored: Tue Aug 7 08:47:26 2018 +0800
Committer: LiuMing <ovis_p...@sina.com>
Committed: Tue Aug 7 08:47:26 2018 +0800

----------------------------------------------------------------------
 core/sqf/src/tm/tools/dtmci.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/trafodion/blob/5e6e1def/core/sqf/src/tm/tools/dtmci.cpp
----------------------------------------------------------------------
diff --git a/core/sqf/src/tm/tools/dtmci.cpp b/core/sqf/src/tm/tools/dtmci.cpp
index 26fee0e..e8b0c28 100644
--- a/core/sqf/src/tm/tools/dtmci.cpp
+++ b/core/sqf/src/tm/tools/dtmci.cpp
@@ -1810,7 +1810,7 @@ int main(int argc, char *argv[])
            {
               const char* v = ms_getenv_str((const char*)lp_nextcmd);
               if(v == NULL)
-                cout <<"*** Enviorement Var not exist" << endl;
+                cout <<"*** Environment Var not exist" << endl;
               else
                 cout << v << endl;
            }

Reply via email to