From b2a00948a37191f3f9b5ceca2c009a0855bda81d Mon Sep 17 00:00:00 2001 From: Daniel Tan Date: Wed, 11 May 2016 16:01:37 +0800 Subject: [PATCH] config.h: Minor typo fix --- include/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/config.h b/include/config.h index a3e2f1e1e..d204e720b 100644 --- a/include/config.h +++ b/include/config.h @@ -251,7 +251,7 @@ * to IRC_USER/IRC_GROUP when those are defined. * * The directory to chroot to is simply DPATH (which is set via ./Config). - * (This may effect the PATH locations above, though you can symlink it) + * (This may affect the PATH locations above, though you can symlink it) * * If you want this, simple change this to '#define CHROOTDIR' and also * look at IRC_USER/IRC_GROUP a few lines below.