diff options
author | unknown <Administrator@co3064164-a.rochd1.qld.optushome.com.au> | 2001-10-17 06:49:43 +1000 |
---|---|---|
committer | unknown <Administrator@co3064164-a.rochd1.qld.optushome.com.au> | 2001-10-17 06:49:43 +1000 |
commit | 2bc5bf877c96be7ee4a8c5e65e05a19c7a2f16d5 (patch) | |
tree | 461d8a3aae0b4aec92b1c637eacff5ae39be0baa | |
parent | c14e3edae918a7e507f7face7f705116aa5ba9c7 (diff) | |
download | mariadb-git-2bc5bf877c96be7ee4a8c5e65e05a19c7a2f16d5.tar.gz |
Typo fix.
-rw-r--r-- | Docs/manual.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Docs/manual.texi b/Docs/manual.texi index 03f85bf4489..f2a784232f5 100644 --- a/Docs/manual.texi +++ b/Docs/manual.texi @@ -24219,7 +24219,7 @@ optimize this is to spread the data on more than one disk. @item Disk reading/writing. When the disk is at the correct position we need to read the data. With -modern disks in 1999, one disk delivers something like 10-20Mb/s. This +modern disks in 1999, one disk delivers something like 10-20MB/s. This is easier to optimize than seeks because you can read in parallel from multiple disks. |