]> git.mjollnir.org Git - moodle.git/commitdiff
Typo fix.
authorscyrma <scyrma>
Wed, 2 Jul 2008 07:33:41 +0000 (07:33 +0000)
committerscyrma <scyrma>
Wed, 2 Jul 2008 07:33:41 +0000 (07:33 +0000)
lib/moodlelib.php

index 62d065216b5dbfed98d3c44cc1ec71d170c8df70..c96c1e782659250a4f5bcea38e27695608ddeefa 100644 (file)
@@ -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".