Index: wp-admin/includes/class-wp-filesystem-base.php
===================================================================
--- wp-admin/includes/class-wp-filesystem-base.php	(revision 44907)
+++ wp-admin/includes/class-wp-filesystem-base.php	(working copy)
@@ -267,9 +267,9 @@
 			/*
 			 * Working from /home/ to /user/ to /wordpress/ see if that file exists within
 			 * the current folder, If it's found, change into it and follow through looking
-			 * for it. If it cant find WordPress down that route, it'll continue onto the next
+			 * for it. If it can't find WordPress down that route, it'll continue onto the next
 			 * folder level, and see if that matches, and so on. If it reaches the end, and still
-			 * cant find it, it'll return false for the entire function.
+			 * can't find it, it'll return false for the entire function.
 			 */
 			if ( isset( $files[ $key ] ) ) {
 
