From 67911b7d9326761c2d341cbeca5547ae9377b8a2 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 2 Jun 2020 14:34:59 -0600 Subject: [PATCH] config.example.ini: correct typo --- config.example.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.example.ini b/config.example.ini index 6457e28..df5ade7 100644 --- a/config.example.ini +++ b/config.example.ini @@ -133,7 +133,7 @@ max-duration=3s # # Set of IP subnets which are permitted to utilize internal API # authentication. This should be limited to the subnets from which your -# *.sr.ht applciations are running. +# *.sr.ht services are running. # # Comma-separated, CIDR notation. internal-ipnet=127.0.0.0/24,::1/64,192.168.0.0/16,10.0.0.0/16 -- 2.38.4