Browse Source

small typos

pull/142/head
lkk7 7 years ago committed by Anders Jenbo
parent
commit
70a64c7de0
  1. 2
      SourceX/miniwin/dsound.cpp
  2. 2
      SourceX/miniwin/misc_msg.cpp

2
SourceX/miniwin/dsound.cpp

@ -69,7 +69,7 @@ HRESULT DirectSoundBuffer::Play(DWORD dwReserved1, DWORD dwPriority, DWORD dwFla
{ {
int channel = Mix_PlayChannel(-1, chunk, 0); int channel = Mix_PlayChannel(-1, chunk, 0);
if (channel == -1) { if (channel == -1) {
SDL_Log("To few channels, skipping sound\n"); SDL_Log("Too few channels, skipping sound\n");
return DVL_DS_OK; return DVL_DS_OK;
} }

2
SourceX/miniwin/misc_msg.cpp

@ -98,7 +98,7 @@ static WPARAM keystate_for_mouse(WPARAM ret)
static WINBOOL false_avail() static WINBOOL false_avail()
{ {
DUMMY_PRINT("return false although event avaliable", 1); DUMMY_PRINT("return false although event available", 1);
return false; return false;
} }

Loading…
Cancel
Save