Fix typos in user-facing messages

This commit is contained in:
Vasilii Lakhin 2025-04-11 19:26:24 +03:00 committed by Sergey Vojtovich
commit 1e00b9ec2a
20 changed files with 27 additions and 27 deletions

View file

@ -2784,7 +2784,7 @@ if (!defined($limits{$key}))
save_config_data($key,$limit,$prompt);
} else {
print "$prompt=$limits{$key} (cashed)\n";
print "$prompt=$limits{$key} (cached)\n";
}