File: typos.diff

package info (click to toggle)
asis 2015-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 13,640 kB
  • sloc: ada: 140,372; makefile: 260; sh: 50; xml: 48; csh: 10
file content (29 lines) | stat: -rw-r--r-- 1,257 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
Description: typographic errors detected by Lintian
Author: Nicolas Boulenguez <nicolas@debian.org>
Forwarded: no

--- a/asis/a4g-ee_cache.adb
+++ b/asis/a4g-ee_cache.adb
@@ -325,9 +325,9 @@
       Average_Hash_Chain := Average_Hash_Chain / Hash_Entries;
 
       Write_Line ("Number of Hash table entries         :" & Hash_Entries'Img);
-      Write_Line ("Max hash chain lenght                :" &
+      Write_Line ("Max hash chain length                :" &
                   Max_Hash_Chain'Img);
-      Write_Line ("Average hash chain lenght            :" &
+      Write_Line ("Average hash chain length            :" &
                   Average_Hash_Chain'Img);
 
    end Print_EE_Cache_Summary_Info;
--- a/tools/gnatpp/gnatpp-output.adb
+++ b/tools/gnatpp/gnatpp-output.adb
@@ -138,7 +138,7 @@
       Info (" --pp-off=xxx - Use ""--xxx"" as the comment string to disable");
       Info ("                pretty printing instead of the default " &
               """--!pp off""");
-      Info (" --pp-on=xxx - Use ""--xxx"" as the comment string to reenable");
+      Info (" --pp-on=xxx - Use ""--xxx"" as the comment string to re-enable");
       Info ("                pretty printing instead of the default " &
               """--!pp on""");