Skip to content

Commit 31762fc

Browse files
committed
sapi doesn't exist
1 parent aa7ecb4 commit 31762fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/renderer/uia/UiaRenderer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,9 +293,9 @@ void UiaEngine::WaitUntilCanRender() noexcept
293293
{
294294
try
295295
{
296-
// The speech API (SAPI) is limited to 1000 characters at a time.
296+
// The speech API is limited to 1000 characters at a time.
297297
// Break up the output into 1000 character chunks to ensure
298-
// the output isn't cut off by SAPI.
298+
// the output isn't cut off.
299299
static const size_t sapiLimit{ 1000 };
300300
while (_queuedOutput.size() > sapiLimit)
301301
{

0 commit comments

Comments
 (0)