From 1bcc712cf7e872005588e4e210010b8b2af49ff6 Mon Sep 17 00:00:00 2001 From: Brion Vibber Date: Sat, 30 Jul 2005 08:03:04 +0000 Subject: [PATCH] typo --- includes/EditPage.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/includes/EditPage.php b/includes/EditPage.php index 2c9394f5ce..1bf5650be9 100644 --- a/includes/EditPage.php +++ b/includes/EditPage.php @@ -1183,8 +1183,8 @@ END } /** - * Filter an output field through a Unicode de-armoring process if it - * came from an old browser with known broken Unicode editing issues. + * Filter an output field through a Unicode armoring process if it is + * going to an old browser with known broken Unicode editing issues. * * @param string $text * @return string -- 2.20.1