From 8df8dbb40d91bdf881dc8d8ff3beb4226bba6b39 Mon Sep 17 00:00:00 2001
From: Andreas Gohr <andi@splitbrain.org>
Date: Mon, 15 May 2017 23:36:49 +0200
Subject: [PATCH] fixed typo in methodname

---
 inc/events.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc/events.php b/inc/events.php
index af26b08a8..034414f88 100644
--- a/inc/events.php
+++ b/inc/events.php
@@ -132,7 +132,7 @@ class Doku_Event {
      *
      * @return bool
      */
-    public function mayPropgate() {
+    public function mayPropagate() {
         return $this->_continue;
     }
 
@@ -229,7 +229,7 @@ class Doku_Event_Handler {
                         $obj->$method($event, $param);
                     }
 
-                    if (!$event->mayPropgate()) return;
+                    if (!$event->mayPropagate()) return;
                 }
             }
         }
-- 
GitLab