Commit 37a4c5392d9590e9ec1fc4a78b23f308c179e619

Authored by ths
1 parent aa1f17c1

Spelling fix, by Stefan Weil.


git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@3067 c046a42c-6fe2-441c-8c8c-71466251a162
Showing 1 changed file with 1 additions and 1 deletions
hw/fdc.c
... ... @@ -1268,7 +1268,7 @@ static void fdctrl_format_sector (fdctrl_t *fdctrl)
1268 1268 memset(fdctrl->fifo, 0, FD_SECTOR_LEN);
1269 1269 if (cur_drv->bs == NULL ||
1270 1270 bdrv_write(cur_drv->bs, fd_sector(cur_drv), fdctrl->fifo, 1) < 0) {
1271   - FLOPPY_ERROR("formating sector %d\n", fd_sector(cur_drv));
  1271 + FLOPPY_ERROR("formatting sector %d\n", fd_sector(cur_drv));
1272 1272 fdctrl_stop_transfer(fdctrl, 0x60, 0x00, 0x00);
1273 1273 } else {
1274 1274 if (cur_drv->sect == cur_drv->last_sect) {
... ...