Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Trivial
-
Resolution: Fixed
-
Affects Version/s: 3.5.5, 3.6.3
-
Fix Version/s: 3.7
-
Testing Instructions:
-
Difficulty:Easy
-
Affected Branches:MOODLE_35_STABLE, MOODLE_36_STABLE
-
Fixed Branches:MOODLE_37_STABLE
-
Pull from Repository:
-
Pull Master Branch:
MDL-65207-master -
Pull Master Diff URL:
Description
There are some typos in Moodle code, in some comments. So acutal should be replaced by actual and acutally by actually.
Correcting these errors won't change the way Moodle works, but i feel it's always better.
It's possible to find corresponding files with this command :
grep -rne 'cutal' path/to/moodle
In mod/quiz/accessrule/accessrulebase.php, easist should also be replaced by easiest