aboutsummaryrefslogtreecommitdiff
path: root/www/httptunnel
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2000-08-31 21:15:06 +0000
committerBrian Somers <brian@FreeBSD.org>2000-08-31 21:15:06 +0000
commitcd5d58afc264d06953dd1b8a3f4ecfc096409a29 (patch)
tree30274469b16dba761da1fca62c8c27a51adb5031 /www/httptunnel
parente697ee667e5e02fc1ab5a45eebce16356b407cf6 (diff)
downloadports-cd5d58afc264d06953dd1b8a3f4ecfc096409a29.tar.gz
ports-cd5d58afc264d06953dd1b8a3f4ecfc096409a29.zip
Typo police
Notes
Notes: svn path=/head/; revision=32160
Diffstat (limited to 'www/httptunnel')
-rw-r--r--www/httptunnel/files/patch-aa11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/httptunnel/files/patch-aa b/www/httptunnel/files/patch-aa
new file mode 100644
index 000000000000..51bb72713c30
--- /dev/null
+++ b/www/httptunnel/files/patch-aa
@@ -0,0 +1,11 @@
+--- htc.c.orig Thu Aug 31 22:10:13 2000
++++ htc.c Thu Aug 31 22:10:29 2000
+@@ -539,7 +539,7 @@
+ arg.host_name, arg.host_port,
+ arg.proxy_name, arg.proxy_port);
+ else
+- log_notice ("connected to %s%d", arg.host_name, arg.host_port);
++ log_notice ("connected to %s:%d", arg.host_name, arg.host_port);
+
+ closed = FALSE;
+ time (&last_tunnel_write);