File: typo.patch

package info (click to toggle)
psk31lx 2.1-1%2Bdeb9u1
  • links: PTS
  • area: main
  • in suites: stretch
  • size: 960 kB
  • sloc: sh: 4,962; cpp: 3,926; makefile: 38
file content (25 lines) | stat: -rw-r--r-- 786 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
Description: Fix a typo 'recieve'
Author: Milan Kupcevic <milan@debian.org>
Forwarded: to Ted Williams <wa0eir.ted@gmail.com>
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/src/term-psk31.C
+++ b/src/term-psk31.C
@@ -574,7 +574,7 @@
    refresh();
 
    putsyx (label1, 0, 35, "Transmit");
-   putsyx (label2, 0, 35, "Recieve");
+   putsyx (label2, 0, 35, "Receive");
    putsyx (label3, 0, 35, "Status");
 
    nodelay (win1, TRUE);
@@ -740,7 +740,7 @@
 
                /* redraw labels */               
                putsyx (label1, 0, 35, "Transmit");
-               putsyx (label2, 0, 35, "Recieve");
+               putsyx (label2, 0, 35, "Receive");
                putsyx (label3, 0, 35, "Status");
                c = 0;
                break;