mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 10:18:11 +00:00
LanguageServers/Cpp: Fix typo
This commit is contained in:
parent
1d3b5dabc3
commit
17e6287333
2 changed files with 2 additions and 2 deletions
|
@ -121,7 +121,7 @@ void LanguageClient::set_active_client()
|
|||
void LanguageClient::on_server_crash()
|
||||
{
|
||||
VERIFY(m_server_connection);
|
||||
auto project_path = m_server_connection->projcet_path();
|
||||
auto project_path = m_server_connection->project_path();
|
||||
ServerConnection::remove_instance_for_project(project_path);
|
||||
m_server_connection = nullptr;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue