Fix typo: fucntion -> function
git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@132965 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Commands/CommandObjectThread.cpp b/source/Commands/CommandObjectThread.cpp
index 8068619..c8dd1a1 100644
--- a/source/Commands/CommandObjectThread.cpp
+++ b/source/Commands/CommandObjectThread.cpp
@@ -1244,7 +1244,7 @@
LoadSubCommand ("step-out", CommandObjectSP (new CommandObjectThreadStepWithTypeAndScope (
interpreter,
"thread step-out",
- "Finish executing the current fucntion and return to its call site in specified thread (current thread, if none specified).",
+ "Finish executing the current function and return to its call site in specified thread (current thread, if none specified).",
NULL,
eFlagProcessMustBeLaunched | eFlagProcessMustBePaused,
eStepTypeOut,