diff --git a/src/wp-includes/functions.php b/src/wp-includes/functions.php
index 26f9eb3a2c..ebdc12344c 100644
--- a/src/wp-includes/functions.php
+++ b/src/wp-includes/functions.php
@@ -4363,7 +4363,7 @@ function wp_suspend_cache_addition( $suspend = null ) {
 /**
  * Suspend cache invalidation.
  *
- * Turns cache invalidation on and off. Useful during imports where you don't wont to do
+ * Turns cache invalidation on and off. Useful during imports where you don't want to do
  * invalidations every time a post is inserted. Callers must be sure that what they are
  * doing won't lead to an inconsistent cache when invalidation is suspended.
  *