File: typos.diff

package info (click to toggle)
gprbuild 2018-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,248 kB
  • sloc: ada: 68,368; xml: 4,043; makefile: 423; sh: 365; ansic: 97; cpp: 89; fortran: 62
file content (36 lines) | stat: -rw-r--r-- 1,400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Description: various typos spotted by lintian.
Authors: Nicolas Boulenguez <nicolas@debian.org>

--- a/gpr/src/gpr-ext.adb
+++ b/gpr/src/gpr-ext.adb
@@ -116,7 +116,7 @@
             then
                if not Silent then
                   Debug_Output
-                    ("Not overridding existing external reference '"
+                    ("Not overriding existing external reference '"
                      & External_Name & "', value was defined in "
                      & N.Source'Img);
                end if;
--- a/gpr/src/gpr-compilation-protocol.ads
+++ b/gpr/src/gpr-compilation-protocol.ads
@@ -185,7 +185,7 @@
       Root_Dir : String;
       Files    : File_Data_Set.Vector);
    --  Send a set of filenames and associated timestamps. Will receive a OK or
-   --  KO with the list of files to be transfered to the slave.
+   --  KO with the list of files to be transferred to the slave.
 
    procedure Send_End_Of_Compilation (Channel : Communication_Channel);
    --  Send an end of compilation signal, the slave will at this point be able
--- a/src/gprslave.adb
+++ b/src/gprslave.adb
@@ -900,7 +900,7 @@
       Define_Switch
         (Config, Hash'Access,
          "-s:", Long_Switch => "--hash=",
-         Help => "specifiy a hash, must match with master");
+         Help => "specify a hash, must match with master");
 
       Set_Usage (Config, Usage => "[switches]");