Apply 1 suggestion(s) to 1 file(s)

Co-authored-by: Nicolas Setton <setton@adacore.com>
This commit is contained in:
Anthony Leonardo Gracio
2024-10-19 09:18:27 +00:00
parent 74c015621d
commit 3143c2aa1e

View File

@@ -171,7 +171,7 @@ package body LSP.Ada_Project_Loading is
begin
for Msg of GPR2_Messages loop
-- Display a diagnostic only if we are dealing with an error or
-- a warning, with a non-empty message attacged to it.
-- a warning, with a non-empty message attached to it.
if Msg.Level in GPR2.Message.Warning .. GPR2.Message.Error
and then Msg.Message /= ""
then