From 9db644bbd039637bd88389596aaec79ac22cf08a Mon Sep 17 00:00:00 2001 From: Jesper Quorning Date: Mon, 19 May 2025 10:35:48 +0200 Subject: [PATCH] Typo: declare (#1954) --- src/alr/alr-commands-run.adb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alr/alr-commands-run.adb b/src/alr/alr-commands-run.adb index 24168d4f..f18669ae 100644 --- a/src/alr/alr-commands-run.adb +++ b/src/alr/alr-commands-run.adb @@ -71,7 +71,7 @@ package body Alr.Commands.Run is if Declared.Is_Empty then Put_Line ("Crate " & Name & - " does not explicitly declares to build any executable"); + " does not explicitly declare to build any executable"); if Candidates.Is_Empty then Put_Line ("No default executable has been automatically " & -- 2.39.5