Skip to content

Instantly share code, notes, and snippets.

@Pross
Created October 1, 2018 15:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Pross/2e1c44c217e0f34645c19700643b2399 to your computer and use it in GitHub Desktop.
Save Pross/2e1c44c217e0f34645c19700643b2399 to your computer and use it in GitHub Desktop.
diff --git a/core/modules/class-module-page-cache.php b/core/modules/class-module-page-cache.php
index e48fda9..cd981e8 100644
--- a/core/modules/class-module-page-cache.php
+++ b/core/modules/class-module-page-cache.php
@@ -1122,7 +1122,7 @@ class WP_Hummingbird_Module_Page_Cache extends WP_Hummingbird_Module {
// Reset cached pages count.
WP_Hummingbird_Settings::update_setting( 'pages_cached', 0, 'page_cache' );
- self::log_msg( 'Cache direcotry purged' );
+ self::log_msg( 'Cache directory purged' );
return $wphb_fs->purge( 'cache' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment