From 85d51e97388b42dd97a973fc1d78aedd59d33c84 Mon Sep 17 00:00:00 2001 From: Jane Doe Date: Wed, 31 Oct 2018 15:44:40 -0700 Subject: [PATCH] succeessful -> successful --- src/debug/netcoredbg/miprotocol.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/debug/netcoredbg/miprotocol.cpp b/src/debug/netcoredbg/miprotocol.cpp index 9a29033..959303a 100644 --- a/src/debug/netcoredbg/miprotocol.cpp +++ b/src/debug/netcoredbg/miprotocol.cpp @@ -629,7 +629,7 @@ HRESULT MIProtocol::HandleCommand(std::string command, m_debugger->Initialize(); IfFailRet(m_debugger->Attach(pid)); IfFailRet(m_debugger->ConfigurationDone()); - // TODO: print succeessful result + // TODO: print successful result return S_OK; }}, { "target-detach", [this](const std::vector &, std::string &output) -> HRESULT { -- 2.34.1