From 7c210e7849e78acb26b291a396ab5481428764d5 Mon Sep 17 00:00:00 2001 From: Andrew Garrett Date: Sun, 25 Jan 2009 05:34:27 +0000 Subject: [PATCH] Typo --- AbuseFilter.parser.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AbuseFilter.parser.php b/AbuseFilter.parser.php index 3c3d7781d..3a6ecb28c 100644 --- a/AbuseFilter.parser.php +++ b/AbuseFilter.parser.php @@ -556,7 +556,7 @@ class AbuseFilterParser { $func = self::$mFunctions[$this->mCur->value]; $this->move(); if( $this->mCur->type != AFPToken::TBrace || $this->mCur->value != '(' ) - throw new AFPEexception( "Expected ( at char {$this->mCur->value}" ); + throw new AFPException( "Expected ( at char {$this->mCur->value}" ); wfProfileIn( __METHOD__."-loadargs" ); $args = array(); do {