commit | b4a4728ce4abd61a2d5be9ae925e1a81d56e4b5d | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 07:57:51 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Wed Jun 09 07:57:51 2010 +0000 |
tree | cc214518f1f16d65a7e6bd57e87bcd703ed64baa | |
parent | 10ff00ebd61bd2ef7ae8d1b067d5b7084d68846b [diff] [blame] |
More minor build fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@105706 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectTranslate.cpp b/source/Commands/CommandObjectTranslate.cpp index 48a1062..88f5327 100644 --- a/source/Commands/CommandObjectTranslate.cpp +++ b/source/Commands/CommandObjectTranslate.cpp
@@ -59,7 +59,7 @@ } else { - result.AppendErrroWithFormat + result.AppendErrorWithFormat ("'%s' is not a known command.\nTry 'help' to see a current list of commands.\n", command.GetArgumentAtIndex(0)); result.SetStatus (eReturnStatusFailed);