mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-18 23:11:16 +00:00
miliseconds -> miliseconds
This commit is contained in:
@@ -28,7 +28,7 @@
|
||||
struct SDL_PrivateAudioData
|
||||
{
|
||||
Uint8 *mixbuf; // The file descriptor for the audio device
|
||||
Uint32 io_delay; // miliseconds to sleep in WaitDevice.
|
||||
Uint32 io_delay; // milliseconds to sleep in WaitDevice.
|
||||
};
|
||||
|
||||
#endif // SDL_dummyaudio_h_
|
||||
|
||||
Reference in New Issue
Block a user