Package: qrq / 0.3.3-3

typos.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Description: correct spelling typo in source
Author: tony mancill <tmancill@debian.org>

--- a/qrq.c
+++ b/qrq.c
@@ -172,7 +172,7 @@
 
 char destdir[PATH_MAX]="";
 
-char summary[65536]="";                 /* detailled attempt summary, saved in a file */
+char summary[65536]="";                 /* detailed attempt summary, saved in a file */
 int s_pos = 0;                          /* Position within summary */
 
 /* create windows */
@@ -1069,7 +1069,7 @@
         mvwprintw(mid_w,i,2, "                                                         ");
     }
 
-	mvwprintw(mid_w,13,1, " Written detailled summary of this attempt to:");
+	mvwprintw(mid_w,13,1, " Written detailed summary of this attempt to:");
 	mvwprintw(mid_w,14,2, filename);
     wrefresh(mid_w);