diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php
index 667049aa3f..5bb8102af2 100644
--- a/src/wp-includes/functions.php
+++ b/src/wp-includes/functions.php
@@ -3199,7 +3199,7 @@ function wp_check_filetype_and_ext( $file, $filename, $mimes = null ) {
 function wp_get_image_mime( $file ) {
 	/*
 	 * Use exif_imagetype() to check the mimetype if available or fall back to
-	 * getimagesize() if exif isn't avaialbe. If either function throws an Exception
+	 * getimagesize() if exif isn't available. If either function throws an Exception
 	 * we assume the file could not be validated.
 	 */
 	try {
