Rod Hynes 8 лет назад
Родитель
Сommit
d1c98c718c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      psiphon/common/tun/tun.go

+ 1 - 1
psiphon/common/tun/tun.go

@@ -72,7 +72,7 @@ both IPv4 and IPv6.
 
 
 The client relays IP packets between a local tun device and a channel, which
 The client relays IP packets between a local tun device and a channel, which
 is a transport to the server. In Psiphon, the channel will be an SSH channel
 is a transport to the server. In Psiphon, the channel will be an SSH channel
-within an SSH connection to a Psiphom server.
+within an SSH connection to a Psiphon server.
 
 
 The server relays packets between each client and its own tun device. The
 The server relays packets between each client and its own tun device. The
 server tun device is NATed to the Internet via an external network interface.
 server tun device is NATed to the Internet via an external network interface.