From 6fbaf7f8b811b0bc317cbd3f184d2be2e0cee763 Mon Sep 17 00:00:00 2001 From: Petr Skoda Date: Sun, 18 Apr 2010 10:14:04 +0000 Subject: [PATCH] fixed my own sloppy typos in comments --- lib/db/access.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/db/access.php b/lib/db/access.php index f38c10cbd8f..93cd4b0bf32 100644 --- a/lib/db/access.php +++ b/lib/db/access.php @@ -514,8 +514,8 @@ $capabilities = array( ) ), - /* originaly this capability was called modole/coruse:view, - * but since 2.0 it is used for access to course without the enrolemnt + /* originally this capability was called moodle/course:view, + * but since 2.0 it is used for access to course without the enrolment */ 'moodle/course:participate' => array( -- 2.43.0