Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Niksa <[email protected]>
  • Loading branch information
carlos-zamora and miniksa authored Jul 7, 2021
1 parent 74a645f commit 2e7895c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/types/UiaTextRangeBase.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,8 @@ try
RETURN_HR_IF(E_INVALIDARG, val.vt != VT_BSTR);

// Technically, we'll truncate early if there's an embedded null in the BSTR.
// But we're probably fine in this curcumstance.
// But we're probably fine in this circumstance.

const std::wstring queryFontName{ val.bstrVal };
if (queryFontName == _pData->GetFontInfo().GetFaceName())
{
Expand Down

0 comments on commit 2e7895c

Please sign in to comment.