You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafodion.apache.org by db...@apache.org on 2016/05/25 20:30:49 UTC

[3/4] incubator-trafodion git commit: fix a spelling error

fix a spelling error


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

Branch: refs/heads/master
Commit: e72999356bdab254f45245d9e6e94e883cfa16f9
Parents: 8bc4f72
Author: Weiqing Xu <xu...@gmail.com>
Authored: Wed May 25 08:48:30 2016 +0800
Committer: Weiqing Xu <xu...@gmail.com>
Committed: Wed May 25 08:48:30 2016 +0800

----------------------------------------------------------------------
 core/conn/odb/build.bat | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafodion/blob/e7299935/core/conn/odb/build.bat
----------------------------------------------------------------------
diff --git a/core/conn/odb/build.bat b/core/conn/odb/build.bat
index 8647278..ce8c4de 100644
--- a/core/conn/odb/build.bat
+++ b/core/conn/odb/build.bat
@@ -52,5 +52,5 @@ if %ERRORLEVEL% == 0 (
 	copy /Y odb\x64\Release\odb.exe %PACKDIR%
 	echo Build windows ODB success
 ) else (
-	echo Build windows ODB fialed
+	echo Build windows ODB failed
 )
\ No newline at end of file