Fix a typo Debugger::ExecuteIOHanders to Debugger::ExecuteIOHandlers.

Test Plan: Build LLDB.

Reviewers: zturner, vharron, clayborg

Reviewed By: vharron, clayborg

Subscribers: jingham, lldb-commits

Differential Revision: http://reviews.llvm.org/D7894

llvm-svn: 230663
diff --git a/lldb/source/Interpreter/CommandInterpreter.cpp b/lldb/source/Interpreter/CommandInterpreter.cpp
index 6318b80..5075b98 100644
--- a/lldb/source/Interpreter/CommandInterpreter.cpp
+++ b/lldb/source/Interpreter/CommandInterpreter.cpp
@@ -3370,7 +3370,7 @@
     }
     else
     {
-        m_debugger.ExecuteIOHanders();
+        m_debugger.ExecuteIOHandlers();
         
         if (auto_handle_events)
             m_debugger.StopEventHandlerThread();