]> git.mjollnir.org Git - moodle.git/commitdiff
Some typos
authormoodler <moodler>
Mon, 1 May 2006 03:25:07 +0000 (03:25 +0000)
committermoodler <moodler>
Mon, 1 May 2006 03:25:07 +0000 (03:25 +0000)
blog/header.php

index 384186e75093ac3229240e44bcac46309274e734..268cad622cc0c08f91bdcb648df9848bb79112c1 100755 (executable)
@@ -76,10 +76,10 @@ if (!isset($filtertype)) {
 $blogstring = get_string('blogs','blog');
 $tagstring = get_string('tag');
 
-if ($ME == $CFG->wwwroot.'/blog/edit.php') {  ///we are in edit mode, print editting header
+if ($ME == $CFG->wwwroot.'/blog/edit.php') {  /// We are in edit mode, print the editing header
 
     // first we need to identify the user
-    if ($editid) {  // if we are editting a post
+    if ($editid) {  // if we are editing a post
         $blogEntry = get_record('post','id',$editid);
         $user = get_record('user','id',$blogEntry->userid);
     } else {