Index: src/wp-admin/js/widgets/text-widgets.js
===================================================================
--- src/wp-admin/js/widgets/text-widgets.js	(revision 41352)
+++ src/wp-admin/js/widgets/text-widgets.js	(working copy)
@@ -181,7 +181,7 @@
 
 					/*
 					 * Account for race condition in customizer where user clicks Save & Publish while
-					 * focus was just previously given to to the editor. Since updates to the editor
+					 * focus was just previously given to the editor. Since updates to the editor
 					 * are debounced at 1 second and since widget input changes are only synced to
 					 * settings after 250ms, the customizer needs to be put into the processing
 					 * state during the time between the change event is triggered and updateWidget
Index: src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php
===================================================================
--- src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php	(revision 41352)
+++ src/wp-includes/rest-api/endpoints/class-wp-rest-revisions-controller.php	(working copy)
@@ -301,7 +301,7 @@
 		 * @since 4.7.0
 		 *
 		 * @param (mixed) $result The revision object (if it was deleted or moved to the trash successfully)
-		 *                        or false (failure). If the revision was moved to to the trash, $result represents
+		 *                        or false (failure). If the revision was moved to the trash, $result represents
 		 *                        its new state; if it was deleted, $result represents its state before deletion.
 		 * @param WP_REST_Request $request The request sent to the API.
 		 */
