diff --git a/src/wp-includes/class-wp-customize-control.php b/src/wp-includes/class-wp-customize-control.php
index 596c6e3723..048c2afaf0 100644
--- a/src/wp-includes/class-wp-customize-control.php
+++ b/src/wp-includes/class-wp-customize-control.php
@@ -608,7 +608,7 @@ class WP_Customize_Control {
 				$dropdown = str_replace( '<select', '<select ' . $this->get_link() . ' id="' . esc_attr( $input_id ) . '" ' . $describedby_attr, $dropdown );
 
 				/*
-				 * Even more hacikly add auto-draft page stubs.
+				 * Even more hackily add auto-draft page stubs.
 				 * @todo Eventually this should be removed in favor of the pages being injected into the underlying get_pages() call.
 				 * See <https://github.com/xwp/wp-customize-posts/pull/250>.
 				 */
