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);