Fixed typos

- Some of the typos was because a Russian character was
  accidentally used instead of an ascii one.
This commit is contained in:
Michael Widenius 2025-08-27 11:31:12 +03:00 committed by Monty
commit 5a35fff422
4 changed files with 4 additions and 4 deletions

View file

@ -46,7 +46,7 @@ my_bool _ma_write_static_record(MARIA_HA *info, const uchar *record)
return(2);
}
if (info->opt_flag & WRITE_CACHE_USED)
{ /* Cash in use */
{ /* Cache in use */
if (my_b_write(&info->rec_cache, record,
info->s->base.reclength))
goto err;