We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74c0156 commit 3143c2aCopy full SHA for 3143c2a
source/ada/lsp-ada_project_loading.adb
@@ -171,7 +171,7 @@ package body LSP.Ada_Project_Loading is
171
begin
172
for Msg of GPR2_Messages loop
173
-- Display a diagnostic only if we are dealing with an error or
174
- -- a warning, with a non-empty message attacged to it.
+ -- a warning, with a non-empty message attached to it.
175
if Msg.Level in GPR2.Message.Warning .. GPR2.Message.Error
176
and then Msg.Message /= ""
177
then
0 commit comments