File: spelling.patch

package info (click to toggle)
ax25-apps 0.0.8-rc5%2Bgit20230513%2Bafc4a5f-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 852 kB
  • sloc: ansic: 10,902; makefile: 246; sh: 49
file content (17 lines) | stat: -rw-r--r-- 690 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
Description: Fix spelling for lintian cleanliness
Author: Dave Hibberd <hibby@debian.org>
Forwarded: no
Last-Update: 2025-01-08
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/ax25ipd/io.c
+++ b/ax25ipd/io.c
@@ -91,7 +91,7 @@
 	if (oops == 0) {
 		if (dir == READ_MSG && oops != TTY_MODE /* && != TCP_MODE, if we'd implement this */ )
 			return 0;
-		fprintf(stderr, "Close event on mode 0x%2.2x (during %s). LINE %d. Terminating normaly.\n", mode, (dir == READ_MSG ? "READ" : "WRITE"), where);
+		fprintf(stderr, "Close event on mode 0x%2.2x (during %s). LINE %d. Terminating normally.\n", mode, (dir == READ_MSG ? "READ" : "WRITE"), where);
 		exit(1);
 	}