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);
}
|