File: 0002-fix-typo-wbox.patch

package info (click to toggle)
wbox 5-5
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 244 kB
  • sloc: ansic: 2,428; sh: 36; makefile: 19
file content (18 lines) | stat: -rw-r--r-- 842 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Fix a typo in the file wbox.c
Author: Marcos Talau <marcos@talau.info>
Forwarded: antirez@gmail.com
Last-Update: 2022-05-05

Index: wbox/wbox.c
===================================================================
--- wbox.orig/wbox.c
+++ wbox/wbox.c
@@ -978,7 +978,7 @@ static void wboxHelp(void) {
 "wbox wikipedia.org                  (simplest, basic usage)\n"
 "wbox wikipedia.org 3 compr wait 0   (three requests, compression, no delay)\n"
 "wbox wikipedia.org 1 showhdr silent (just show the HTTP reply header)\n"
-"wbox wikipedia.org timesplit        (show splitted time information)\n"
+"wbox wikipedia.org timesplit        (show split time information)\n"
 "wbox 1.2.3.4 host example.domain    (test a virtual domain at 1.2.3.4)\n"
 "wbox servermode webroot /tmp/mydocuments  (Try it with http://127.0.0.1:8081)\n"
 "\n"