Skip to content

Commit 3143c2a

Browse files
Apply 1 suggestion(s) to 1 file(s)
Co-authored-by: Nicolas Setton <setton@adacore.com>
1 parent 74c0156 commit 3143c2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/ada/lsp-ada_project_loading.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ package body LSP.Ada_Project_Loading is
171171
begin
172172
for Msg of GPR2_Messages loop
173173
-- Display a diagnostic only if we are dealing with an error or
174-
-- a warning, with a non-empty message attacged to it.
174+
-- a warning, with a non-empty message attached to it.
175175
if Msg.Level in GPR2.Message.Warning .. GPR2.Message.Error
176176
and then Msg.Message /= ""
177177
then

0 commit comments

Comments
 (0)