From e268184bf4eed601de0bf34d281a4ef033e2585d Mon Sep 17 00:00:00 2001 From: scyrma Date: Wed, 2 Jul 2008 07:33:41 +0000 Subject: [PATCH] Typo fix. --- lib/moodlelib.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/moodlelib.php b/lib/moodlelib.php index 62d065216b..c96c1e7826 100644 --- a/lib/moodlelib.php +++ b/lib/moodlelib.php @@ -256,7 +256,7 @@ define ('BLOG_SITE_LEVEL', 4); define ('BLOG_GLOBAL_LEVEL', 5); /** - * Tag constanst + * Tag constants */ //To prevent problems with multibytes strings, this should not exceed the //length of "varchar(255) / 3 (bytes / utf-8 character) = 85". -- 2.39.5