--- /home/master/Загрузки/Drupal/diff/diff.theme.inc	2010-08-12 23:34:08.000000000 +0700
+++ /home/master/Загрузки/Drupal/diff_my/diff.theme.inc	2011-07-21 11:09:45.979936492 +0700
@@ -287,7 +287,7 @@
   $output = "<div class='diff-inline-metadata clear-block'>";
   $output .= "<div class='diff-inline-byline'>";
   $output .= t('Updated by !name on @date', array(
-    '!name' => theme('username', $node),
+    '!name' => theme('username', user_load($node->revision_uid)),
     '@date' => format_date($node->revision_timestamp, 'small'),
   ));
   $output .= "</div>";
@@ -295,7 +295,7 @@
   $output .= "<label>". t('Legend') ."</label>";
   $output .= theme('diff_inline_chunk', t('Added'), 'add');
   $output .= theme('diff_inline_chunk', t('Changed'), 'change');
-  $output .= theme('diff_inline_chunk', t('Deleted'), 'relete');
+  $output .= theme('diff_inline_chunk', t('Deleted'), 'delete');
   $output .= "</div>";
   $output .= "</div>";
   return $output;
