diff --git a/wp-cache.php b/wp-cache.php
index e8a57781..d32776b3 100644
--- a/wp-cache.php
+++ b/wp-cache.php
@@ -281,7 +281,7 @@ function wp_cache_manager_error_checks() {
if ( false == function_exists( 'wpsc_deep_replace' ) ) {
$msg = __( 'Warning! You must set WP_CACHE and WPCACHEHOME in your wp-config.php for this plugin to work correctly:' ) . '
';
$msg .= "define( 'WP_CACHE', true );
";
- $msg .= "define( 'WPCACHEHOME', '" . dirname( __FILE__ ) . "' );
";
+ $msg .= "define( 'WPCACHEHOME', '" . dirname( __FILE__ ) . "/' );
";
wp_die( $msg );
}