wp/wp-includes/Text/Diff.php
changeset 21 48c4eec2b7e6
parent 19 3d72ae0968f4
child 22 8c2e4d02f4ef
--- 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 <dairiki@dairiki.org>
@@ -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.