Skip to content

Commit fe4e8a4

Browse files
committed
minor: Fix a typo
1 parent f73d2a4 commit fe4e8a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lkql_checker/src/gnatcheck-projects.adb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1134,7 +1134,7 @@ package body Gnatcheck.Projects is
11341134
use Ada.Strings.Unbounded;
11351135
begin
11361136
if Arg.Verbose.Get and then not Arg.Aggregated_Project then
1137-
-- When procressing aggregated projects one by one, we want
1137+
-- When processing aggregated projects one by one, we want
11381138
-- Verbose_Mode to print this only in the outer invocation.
11391139
Print_Version_Info (2004);
11401140
end if;

0 commit comments

Comments
 (0)