Index: wp-includes/link-template.php
===================================================================
--- wp-includes/link-template.php	(revision 12538)
+++ wp-includes/link-template.php	(working copy)
@@ -701,7 +701,7 @@
 		break;
 	default :
 		if ( !current_user_can( 'edit_post', $post->ID ) )
-			return apply_filters( 'get_edit_post_link', '', $post->ID, $context );;
+			return apply_filters( 'get_edit_post_link', '', $post->ID, $context );
 		$file = 'post';
 		$var  = 'post';
 		break;
@@ -777,7 +777,7 @@
 		break;
 	default :
 		if ( !current_user_can( 'edit_post', $post->ID ) )
-			return apply_filters( 'get_delete_post_link', '', $post->ID, $context );;
+			return apply_filters( 'get_delete_post_link', '', $post->ID, $context );
 		$file = 'post';
 		$var  = 'post';
 		break;
Index: wp-includes/pomo/po.php
===================================================================
--- wp-includes/pomo/po.php	(revision 12538)
+++ wp-includes/pomo/po.php	(working copy)
@@ -254,7 +254,7 @@
 					return false;
 				}
 				// add comment
-				$this->add_comment_to_entry($entry, $line);;
+				$this->add_comment_to_entry($entry, $line);
 			} elseif (preg_match('/^msgctxt\s+(".*")/', $line, $m)) {
 				if ($is_final($context)) {
 					PO::read_line($f, 'put-back');
