Skip to content

Commit

Permalink
spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
PankajBhojwani committed Oct 27, 2020
1 parent af9e4d5 commit 606490f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/actions/spell-check/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ IExplorer
IMap
IObject
IStorage
ITaskbar
llabs
LCID
lround
Expand All @@ -32,6 +33,7 @@ NCHITTEST
NCLBUTTONDBLCLK
NCRBUTTONDBLCLK
NOAGGREGATION
NOPROGRESS
NOREDIRECTIONBITMAP
oaidl
ocidl
Expand All @@ -51,6 +53,7 @@ spsc
STDCPP
strchr
syscall
TBPF
tmp
tx
userenv
Expand Down
2 changes: 1 addition & 1 deletion src/terminal/parser/OutputStateMachineEngine.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -943,7 +943,7 @@ bool OutputStateMachineEngine::_ParseHyperlink(const std::wstring_view string,
// - state: where to store the state value once we parse it
// - progress: where to store the progress value once we parse it
// Return Value:
// - true if we succesfully parsed the string, false otherwise
// - true if we successfully parsed the string, false otherwise
bool OutputStateMachineEngine::_GetTaskbarProgress(const std::wstring_view string,
size_t& state,
size_t& progress) const
Expand Down

0 comments on commit 606490f

Please sign in to comment.