wp/wp-includes/class-wp-text-diff-renderer-table.php
changeset 19 3d72ae0968f4
parent 18 be944660c56a
child 21 48c4eec2b7e6
--- a/wp/wp-includes/class-wp-text-diff-renderer-table.php	Wed Sep 21 18:19:35 2022 +0200
+++ b/wp/wp-includes/class-wp-text-diff-renderer-table.php	Tue Sep 27 16:37:53 2022 +0200
@@ -255,7 +255,7 @@
 		 * - match is numeric: an index in other column.
 		 * - match is 'X': no match. It is a new row.
 		 * *_rows are column vectors for the orig column and the final column.
-		 * - row >= 0: an indix of the $orig or $final array.
+		 * - row >= 0: an index of the $orig or $final array.
 		 * - row < 0: a blank row for that column.
 		 */
 		list($orig_matches, $final_matches, $orig_rows, $final_rows) = $this->interleave_changed_lines( $orig, $final );