diff options
author | Sergei Golubchik <serg@mariadb.org> | 2015-12-09 18:22:38 +0100 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2015-12-11 15:21:42 +0100 |
commit | 4a450928e0ca5a6c68268aeb55332f9ad268fdc5 (patch) | |
tree | 4cfcafc755e20f3ebf73ea6774ed557cba637fcd /storage/maria | |
parent | 98274e68420fc1629d092ca4e0ad41e4577c9612 (diff) | |
download | mariadb-git-4a450928e0ca5a6c68268aeb55332f9ad268fdc5.tar.gz |
fix a few spelling mistakes
https://github.com/MariaDB/server/pull/56
Diffstat (limited to 'storage/maria')
-rw-r--r-- | storage/maria/maria_chk.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/maria/maria_chk.c b/storage/maria/maria_chk.c index 2ea647ea1f5..c9d38400bc4 100644 --- a/storage/maria/maria_chk.c +++ b/storage/maria/maria_chk.c @@ -1054,7 +1054,7 @@ static int maria_chk(HA_CHECK *param, char *filename) error= 1; goto end2; } - /* We can't do parallell repair with BLOCK_RECORD yet */ + /* We can't do parallel repair with BLOCK_RECORD yet */ if (param->testflag & T_REP_PARALLEL) { param->testflag&= ~T_REP_PARALLEL; |