grammar fix

Co-Authored-By: Eurose <eurose209@users.noreply.github.com>
This commit is contained in:
RadWolfie 2018-07-07 17:39:04 -05:00
parent 8e84fdf7f5
commit 31f0cc4a9b
1 changed files with 1 additions and 1 deletions

View File

@ -295,7 +295,7 @@ HRESULT WINAPI XTL::EMUPATCH(DirectSoundCreate)
break; break;
case DSERR_OUTOFMEMORY: case DSERR_OUTOFMEMORY:
dsErrorMsg = "Unable to allocate DirectSound subsystem class." dsErrorMsg = "Unable to allocate DirectSound subsystem class."
"\n\nPlease close any opened application(s) or restart computer before try again."; "\n\nPlease close any opened application(s) or restart computer before trying again.";
break; break;
default: default:
dsErrorMsg = "DirectSoundCreate8 unknown failed: 0x%08X"; dsErrorMsg = "DirectSoundCreate8 unknown failed: 0x%08X";