Skip to content

Commit 5e9f675

Browse files
Fix typo in type name
For eng/ide/ada_language_server#1149
1 parent 64d5a01 commit 5e9f675

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

source/ada/lsp-ada_handlers.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4005,7 +4005,7 @@ package body LSP.Ada_Handlers is
40054005
-- edits to `All_Edits`.
40064006

40074007
function To_LSP_Diagnostic
4008-
(Problem : LAL_Refactor.Refactoring_Diagnotic'Class;
4008+
(Problem : LAL_Refactor.Refactoring_Diagnostic'Class;
40094009
Definition_Node : Defining_Name)
40104010
return LSP.Messages.Diagnostic;
40114011
-- Convert a laltool refactoring diagnostic into a LSP one.
@@ -4298,7 +4298,7 @@ package body LSP.Ada_Handlers is
42984298
-----------------------
42994299

43004300
function To_LSP_Diagnostic
4301-
(Problem : LAL_Refactor.Refactoring_Diagnotic'Class;
4301+
(Problem : LAL_Refactor.Refactoring_Diagnostic'Class;
43024302
Definition_Node : Defining_Name)
43034303
return LSP.Messages.Diagnostic
43044304
is

0 commit comments

Comments
 (0)