From a7b4e40ab917b092a2b06b4ee5a182531b202c1f Mon Sep 17 00:00:00 2001 From: Frank Groeneveld Date: Mon, 10 Oct 2011 20:35:08 +0200 Subject: [PATCH] Fix typo --- symphony/lib/toolkit/class.event.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/symphony/lib/toolkit/class.event.php b/symphony/lib/toolkit/class.event.php index bfd2157a38..20e2d1ec05 100755 --- a/symphony/lib/toolkit/class.event.php +++ b/symphony/lib/toolkit/class.event.php @@ -136,7 +136,7 @@ public static function documentation() { /** * Priority determines Event importance and when it should be executed. * The default priority for an event is `Event::kNORMAL`, with `Event::kHIGH` and - * `Event::kLOW` being the other available options. Events execution is `Event::HIGH` + * `Event::kLOW` being the other available options. Events execution is `Event::kHIGH` * to `Event::kNORMAL` to `Event::kLOW`. If there are more than one event at the * same priority level, they are sorted alphabetically by event handle and executed * in that order for that priority.