From 1ffbd0eea8b1c244697f9d09d2145e5203551bf1 Mon Sep 17 00:00:00 2001 From: James Lu Date: Tue, 2 Aug 2016 22:27:14 -0700 Subject: [PATCH] example-conf: fix typo --- example-conf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example-conf.yml b/example-conf.yml index eefdade..1816715 100644 --- a/example-conf.yml +++ b/example-conf.yml @@ -370,7 +370,7 @@ changehost: # This sets the hostmasks that Changehost should look for. Whenever someone # with a matching nick!user@host connects, their host will be set to the # text defined. The following substitutions are available here: - # $uid, $ts (time of connection), $nick, $realhost, $ident, amd $ip. + # $uid, $ts (time of connection), $nick, $realhost, $ident, and $ip. # Invalid characters in hosts are replaced with a "-". # Also, make sure you quote each entry so the YAML parser treats them as # raw strings.