From 9c9ddf4d1f508008edae337a4c0797cb3c31066d Mon Sep 17 00:00:00 2001
From: Daniel Llewellyn <daniel@bowlhat.net>
Date: Tue, 12 Nov 2019 17:21:41 +0000
Subject: [PATCH] Fix return type of PO::trim_quotes to string

Signed-off-by: Daniel Llewellyn <daniel@bowlhat.net>
---
 wp-includes/pomo/po.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wp-includes/pomo/po.php b/wp-includes/pomo/po.php
index f5ddf5f4eb..69a486061f 100644
--- a/wp-includes/pomo/po.php
+++ b/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 ) == '"' ) {
-- 
2.21.0 (Apple Git-122.2)

