LanguageServers/Cpp: Fix typo

This commit is contained in:
Itamar 2021-03-01 22:48:15 +02:00 committed by Andreas Kling
commit 17e6287333
Notes: sideshowbarker 2024-07-18 21:46:43 +09:00
2 changed files with 2 additions and 2 deletions

View file

@ -67,7 +67,7 @@ public:
}
WeakPtr<LanguageClient> language_client() { return m_language_client; }
const String& projcet_path() const { return m_project_path; }
const String& project_path() const { return m_project_path; }
template<typename ConcreteType>
static NonnullRefPtr<ServerConnection> get_or_create(const String& project_path)