Skip to content

Commit 43a3469

Browse files
committed
Merge branch 'mr/fofanov/analyze-misspell' into 'master'
Use US English spelling for "analyze" See merge request eng/libadalang/langkit-query-language!450
2 parents 4504131 + 0b01e4a commit 43a3469

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

lkql_checker/src/gnatcheck-source_table.adb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
--
2-
-- Copyright (C) 2005-2024, AdaCore
2+
-- Copyright (C) 2005-2025, AdaCore
33
-- SPDX-License-Identifier: GPL-3.0-or-later
44
--
55

@@ -252,7 +252,7 @@ package body Gnatcheck.Source_Table is
252252
if Is_Regular_File (Fname) then
253253
Warning
254254
(Fname
255-
& " is not in the analysed project closure ("
255+
& " is not in the analyzed project closure ("
256256
& String (Arg_Project.Tree.Root_Project.Name)
257257
& ")");
258258
else

testsuite/tests/gnatcheck_errors/missing_source/test.out

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ gnatcheck: error: no existing file to process
88
With a file not in the project closure
99
======================================
1010

11-
gnatcheck: warning: src/proc2.adb is not in the analysed project closure (Default)
11+
gnatcheck: warning: src/proc2.adb is not in the analyzed project closure (Default)
1212
gnatcheck: error: no existing file to process
1313
>>>program returned status code 3

0 commit comments

Comments
 (0)