From: Jane Doe Date: Wed, 31 Oct 2018 22:44:40 +0000 (-0700) Subject: succeessful -> successful X-Git-Tag: submit/tizen/20181205.102314~6^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=85d51e97388b42dd97a973fc1d78aedd59d33c84;p=sdk%2Ftools%2Fnetcoredbg.git succeessful -> successful --- 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 {