X-Git-Url: https://git.distorted.org.uk/~mdw/disorder/blobdiff_plain/1c3f1e73710d27fb5ae5b4c15798d03e89e74363..0e4472a082cdbb50ee54e1886abc332f3e11bcce:/server/speaker.h?ds=inline 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);