diff --git a/src/wp-includes/pomo/po.php b/src/wp-includes/pomo/po.php index f5ddf5f4eb..69a486061f 100644 --- a/src/wp-includes/pomo/po.php +++ b/src/wp-includes/pomo/po.php @@ -493,7 +493,7 @@ if ( ! class_exists( 'PO', false ) ) : /** * @param string $s - * @return sring + * @return string */ public static function trim_quotes( $s ) { if ( substr( $s, 0, 1 ) == '"' ) {