Skip to content

Commit

Permalink
Typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Hai Zheng committed Sep 18, 2024
1 parent b5667b6 commit 22273b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cloud.cls.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function init_qc()
$echobox = self::post(self::API_REST_ECHO, $req_data);
if ($echobox === false) {
self::debugErr('REST Echo Failed!');
$msg = __('Your WP REST API seems blocked our QIUC.cloud server calls.', 'litespeed-cache');
$msg = __('Your WP REST API seems blocked our QUIC.cloud server calls.', 'litespeed-cache');
Admin_Display::error($msg);
wp_redirect(get_admin_url(null, 'admin.php?page=litespeed'));
return;
Expand Down

0 comments on commit 22273b1

Please sign in to comment.