From 44fdf0f30192648825cbf4c2a3066989b386af92 Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 1 May 2006 03:25:07 +0000 Subject: [PATCH] Some typos --- blog/header.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/blog/header.php b/blog/header.php index 384186e750..268cad622c 100755 --- a/blog/header.php +++ b/blog/header.php @@ -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 { -- 2.39.5