From 56c6640c9abfceaa1ec2d3c212e60166bf23bcc9 Mon Sep 17 00:00:00 2001 From: Siebrand Mazeland Date: Tue, 8 Apr 2014 10:53:36 +0200 Subject: [PATCH] Fix spelling: occurred --- class.geshi.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class.geshi.php b/class.geshi.php index d554d6a..8b54d3b 100644 --- a/class.geshi.php +++ b/class.geshi.php @@ -126,7 +126,7 @@ // @todo won't be used anymore, just define the old ones for BC. // Even they will disappear in 2.0 -/** No error has occured */ +/** No error has occurred */ define('GESHI_ERROR_NONE', 0); /**#@+ @@ -199,7 +199,7 @@ class GeSHi //var $_humanLanguageName = ''; /** - * The error code of any error that has occured + * The error code of any error that has occurred * * @var int */