File: spelling.patch

package info (click to toggle)
simulavr 1.0.0%2Bgit20160221.e53413b-1
  • links: PTS
  • area: main
  • in suites: buster
  • size: 5,748 kB
  • sloc: cpp: 35,491; python: 6,991; ansic: 3,567; makefile: 1,072; sh: 653; asm: 414; tcl: 320
file content (25 lines) | stat: -rw-r--r-- 1,075 bytes parent folder | download | duplicates (2)
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
Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Fix spelling error found by lintian

--- a/src/cmd/gdbserver.cpp
+++ b/src/cmd/gdbserver.cpp
@@ -376,7 +376,7 @@
         return (hex - '0');
 
     /* Shouldn't get here unless the developer screwed up ;) */     
-    avr_error( "Invalid hexidecimal digit: 0x%02x", hex );
+    avr_error( "Invalid hexadecimal digit: 0x%02x", hex );
 
     return 0; /* make compiler happy */
 }
--- a/src/cmd/main.cpp
+++ b/src/cmd/main.cpp
@@ -107,7 +107,7 @@
     "                      0 means endless. Attention: if you use gdb & trace, please use always 0!\n"
     "-n --nogdbwait        do not wait for gdb connection\n"
     "-F --cpufrequency     set the cpu frequency to <Hz> \n"
-    "-s --irqstatistic     prints statistic informations about irq usage after simulation\n"
+    "-s --irqstatistic     prints statistic information about irq usage after simulation\n"
     "                      is stopped\n"
     "-W --writetopipe <offset>,<file>\n"
     "                      add a special pipe register to device at\n"