Revision d00b2618

b/monitor.c
2509 2509
    nchannels = has_channels ? nchannels : 2;
2510 2510

  
2511 2511
    if (wav_start_capture (s, path, freq, bits, nchannels)) {
2512
        monitor_printf(mon, "Faied to add wave capture\n");
2512
        monitor_printf(mon, "Failed to add wave capture\n");
2513 2513
        qemu_free (s);
2514
        return;
2514 2515
    }
2515 2516
    QLIST_INSERT_HEAD (&capture_head, s, entries);
2516 2517
}

Also available in: Unified diff