diff -r 7b1b88e27a20 -r 48c4eec2b7e6 wp/wp-includes/Text/Diff.php --- a/wp/wp-includes/Text/Diff.php Thu Sep 29 08:06:27 2022 +0200 +++ b/wp/wp-includes/Text/Diff.php Fri Sep 05 18:40:08 2025 +0200 @@ -10,7 +10,7 @@ * Copyright 2004-2010 The Horde Project (http://www.horde.org/) * * See the enclosed file COPYING for license information (LGPL). If you did - * not receive this file, see http://opensource.org/licenses/lgpl-license.php. + * not receive this file, see https://opensource.org/license/lgpl-2-1/. * * @package Text_Diff * @author Geoffrey T. Dairiki @@ -296,7 +296,7 @@ /** * Computes a diff between sequences of strings. * - * This can be used to compute things like case-insensitve diffs, or diffs + * This can be used to compute things like case-insensitive diffs, or diffs * which ignore changes in white-space. * * @param array $from_lines An array of strings.