MDL-31107 Fixing instaces of below where it is written as bellow (two L's)

This commit is contained in:
Gerard (Gerry) Caulfield
2012-02-10 15:05:16 +08:00
parent 4d2f89f85b
commit 23071bd4ab
13 changed files with 16 additions and 16 deletions
+1 -1
View File
@@ -7208,7 +7208,7 @@ function get_role_context_caps($roleid, context $context) {
}
}
// now go through the contexts bellow given context
// now go through the contexts below given context
$searchcontexts = array_keys($context->get_child_contexts());
foreach ($searchcontexts as $cid) {
if ($capabilities = $DB->get_records('role_capabilities', array('roleid'=>$roleid, 'contextid'=>$cid))) {