succeessful -> successful
authorJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:44:40 +0000 (15:44 -0700)
committerJane Doe <github.jane.doe@outlook.com>
Wed, 31 Oct 2018 22:44:40 +0000 (15:44 -0700)
src/debug/netcoredbg/miprotocol.cpp

index 9a29033..959303a 100644 (file)
@@ -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> &, std::string &output) -> HRESULT {