]> git.meshlink.io Git - meshlink/commitdiff
Fix a typo.
authorGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Jan 2013 11:56:14 +0000 (12:56 +0100)
committerGuus Sliepen <guus@tinc-vpn.org>
Mon, 14 Jan 2013 11:56:14 +0000 (12:56 +0100)
doc/tinc.conf.5.in
doc/tinc.texi

index d6045f2a350a27f50c6217e2496d833988abe672..77b42c2a175ac3336978d9d1e1425d00f13b5b97 100644 (file)
@@ -372,7 +372,7 @@ If
 .Va Name
 is
 .Li $HOST ,
-but no such environment variable exist, the hostname will be read using the gethostnname() system call.
+but no such environment variable exist, the hostname will be read using the gethostname() system call.
 .It Va PingInterval Li = Ar seconds Pq 60
 The number of seconds of inactivity that
 .Nm tinc
index f0b4dd482ea5f10bf7a9699f617b6a4c041f88c2..6301388bf66579bb0aaf1961dcc1084302150145 100644 (file)
@@ -1103,7 +1103,7 @@ The name should consist only of alfanumeric and underscore characters (a-z, A-Z,
 If Name starts with a $, then the contents of the environment variable that follows will be used.
 In that case, invalid characters will be converted to underscores.
 If Name is $HOST, but no such environment variable exist,
-the hostname will be read using the gethostnname() system call.
+the hostname will be read using the gethostname() system call.
 
 @cindex PingInterval
 @item PingInterval = <@var{seconds}> (60)