From c0c4037a8d3bfe04f4e0cf955137f665e2d8043c Mon Sep 17 00:00:00 2001
From: Gerhard Rieger
Date: Thu, 6 Oct 2022 19:39:42 +0200
Subject: [PATCH] Typo in doc/socat-tun.html, link in README
---
CHANGES | 4 ++++
README | 2 +-
doc/socat-tun.html | 2 +-
3 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/CHANGES b/CHANGES
index 290d7c9..42b7809 100644
--- a/CHANGES
+++ b/CHANGES
@@ -81,6 +81,10 @@ Features:
Filan prints target of symlink when appropriate
Test: FILANSYMLINK
+Documentation:
+ Fixed typo in doc/socat-tun.html and link in README.
+ Thanks to William Suthers for reporting.
+
Testing:
Unset SOCAT_MAIN_WAIT on informational Socat calls
diff --git a/README b/README
index d576291..5a5d572 100644
--- a/README
+++ b/README
@@ -306,4 +306,4 @@ www.socat.org is an alternate site providing the same contents.
public git repository:
git://repo.or.cz/socat.git
- http://repo.or.cz/r/socat.git
+ http://repo.or.cz/socat.git
diff --git a/doc/socat-tun.html b/doc/socat-tun.html
index 9dedad7..d73acd2 100644
--- a/doc/socat-tun.html
+++ b/doc/socat-tun.html
@@ -68,7 +68,7 @@ device on the client.
After successful connection both TUN interfaces should be active and transfer
-date between each other using the TCP connection. Try this by pinging
+data between each other using the TCP connection. Try this by pinging
192.168.255.1 from the client and 192.168.255.2 from the server.