File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4005,7 +4005,7 @@ package body LSP.Ada_Handlers is
4005
4005
-- edits to `All_Edits`.
4006
4006
4007
4007
function To_LSP_Diagnostic
4008
- (Problem : LAL_Refactor.Refactoring_Diagnotic 'Class;
4008
+ (Problem : LAL_Refactor.Refactoring_Diagnostic 'Class;
4009
4009
Definition_Node : Defining_Name)
4010
4010
return LSP.Messages.Diagnostic;
4011
4011
-- Convert a laltool refactoring diagnostic into a LSP one.
@@ -4298,7 +4298,7 @@ package body LSP.Ada_Handlers is
4298
4298
-- ---------------------
4299
4299
4300
4300
function To_LSP_Diagnostic
4301
- (Problem : LAL_Refactor.Refactoring_Diagnotic 'Class;
4301
+ (Problem : LAL_Refactor.Refactoring_Diagnostic 'Class;
4302
4302
Definition_Node : Defining_Name)
4303
4303
return LSP.Messages.Diagnostic
4304
4304
is
You can’t perform that action at this time.
0 commit comments