From 99208b0e6ef924b4e1e6ada5d65c5c8611f63d8b Mon Sep 17 00:00:00 2001
From: Justus Dieckmann <justusdieckmann@wwu.de>
Date: Mon, 16 Sep 2019 22:18:15 +0200
Subject: [PATCH] Fix typo

---
 classes/event/process_rollback.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/classes/event/process_rollback.php b/classes/event/process_rollback.php
index 8f333b3..b83d73b 100644
--- a/classes/event/process_rollback.php
+++ b/classes/event/process_rollback.php
@@ -86,7 +86,7 @@ class process_rollback extends \core\event\base {
         $processid = $this->other['processid'];
         $workflowid = $this->other['workflowid'];
         $stepindex = $this->other['stepindex'];
-        $coursid = $this->other['courseid'];
+        $courseid = $this->other['courseid'];
 
         return "The workflow with id '$workflowid' was rolled back on step '$stepindex' for course '$courseid' " .
                 "in the process with id '$processid'";
-- 
GitLab