File: spelling.patch

package info (click to toggle)
mdns-scan 0.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster, trixie
  • size: 160 kB
  • sloc: ansic: 986; makefile: 50
file content (15 lines) | stat: -rw-r--r-- 578 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
Description: fix spelling issues detected by lintian
Author: Thorsten Alteholz <debian@alteholz.de>
Index: mdns-scan-0.5/query.c
===================================================================
--- mdns-scan-0.5.orig/query.c	2018-08-13 14:23:57.349735711 +0200
+++ mdns-scan-0.5/query.c	2018-08-13 14:24:07.917735394 +0200
@@ -252,7 +252,7 @@
             }
                      
             if (cmsg == NULL) {
-                fprintf(stderr, "Didn't recieve TTL\n");
+                fprintf(stderr, "Didn't receive TTL\n");
                 goto fail;
             }