From 7ccec1e2cf4c35bc6a9f0117e687a39523a0c39b Mon Sep 17 00:00:00 2001 From: Andrew Robert Nicols Date: Thu, 7 Jun 2012 09:17:40 +0100 Subject: [PATCH] MDL-33535 Correct typo in glossary documentation link --- mod/glossary/lang/en/glossary.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/glossary/lang/en/glossary.php b/mod/glossary/lang/en/glossary.php index a8d67f9f356..c094dfed8ba 100644 --- a/mod/glossary/lang/en/glossary.php +++ b/mod/glossary/lang/en/glossary.php @@ -224,7 +224,7 @@ Glossaries have many uses, such as * A ‘handy tips’ resource of best practice in a practical subject * A sharing area of useful videos, images or sound files * A revision resource of facts to remember'; -$string['modulename_link'] = 'mod/glosssary/view'; +$string['modulename_link'] = 'mod/glossary/view'; $string['modulenameplural'] = 'Glossaries'; $string['newentries'] = 'New glossary entries'; $string['newglossary'] = 'New glossary';