X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/22b9fa74de8e80471a5033ea067d3b360930b91d..3aa6f359c2b90244727746fad908eb1dab45d5d0:/server/speaker.h diff --git a/server/speaker.h b/server/speaker.h index 53230cb..02de4b2 100644 --- a/server/speaker.h +++ b/server/speaker.h @@ -133,7 +133,7 @@ struct speaker_backend { * Some devices are effectively always open and have no error state, * in which case this callback can be NULL. In this case @ref * FIXED_FORMAT must be set. Note that @ref device_state still - * switches between @ref device_open and @ref device_closd in this + * switches between @ref device_open and @ref device_closed in this * case. */ void (*activate)(void); @@ -154,7 +154,7 @@ struct speaker_backend { * * For sound devices that are open all the time and have no error * state, this callback can be NULL. Note that @ref device_state - * still switches between @ref device_open and @ref device_closd in + * still switches between @ref device_open and @ref device_closed in * this case. */ void (*deactivate)(void);