From c9260b61d390e49cdcf22eee875cbde6f7b78e0b Mon Sep 17 00:00:00 2001 From: Kevin Easton Date: Wed, 16 Oct 2013 22:27:23 +0000 Subject: [PATCH] Fix typo reported by nesta. git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@397 13b04d17-f746-0410-82c6-800466cd88b0 --- include/config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/config.h b/include/config.h index 10c1658..bb8760d 100644 --- a/include/config.h +++ b/include/config.h @@ -180,12 +180,12 @@ /* * Define this if you want the $glob() function to be in your client. - * There is a case for having this functino and a case against having + * There is a case for having this function and a case against having * this function: * * Pro: makes it easier to write scripts like xdcc, since they can easily * get at the filenames in your xdcc directory - * ConS8 with $unlink(), $rmdir(), etc, it makes it that much easier for + * Con: with $unlink(), $rmdir(), etc, it makes it that much easier for * a backdoor to do damage to your account. * * You will have to weigh the evidence and decide if you want to include it.