--- single_user_blog.profile	2007-12-18 13:27:33.000000000 -0800
+++ single_user_blog.profile.new	2008-01-23 16:48:32.000000000 -0800
@@ -40,7 +40,7 @@ function single_user_blog_profile_final(
     $type = (object) _node_type_set_defaults($type);
     node_type_save($type);
   }
-  $post_help = 'UPDATE {node_type} SET `help` = \'To post an image in the body of a post, attach the image beloq in the File attachment section, and insert [inline:filename] in your post where you want the image to appear. The default maximum dimensions are set to 1000x1000, you may change this at <a href="admin/settings/inline"> the inline settings page.</a>'. ' \' WHERE CONVERT({node_type}.`type` USING utf8) = \'post\' LIMIT 1;';
+  $post_help = 'UPDATE {node_type} SET `help` = \'To post an image in the body of a post, attach the image below in the File attachment section, and insert [inline:filename] in your post where you want the image to appear. The default maximum dimensions are set to 1000x1000, you may change this at <a href="admin/settings/inline"> the inline settings page.</a>'. ' \' WHERE CONVERT({node_type}.`type` USING utf8) = \'post\' LIMIT 1;';
   db_query($post_help); // set post help box
   
   
