Skip to content

Commit

Permalink
Updated spelling of "lexigraphically" to "lexicographically" in the h…
Browse files Browse the repository at this point in the history
…elp text and InstanceSelector comment. (#307)
  • Loading branch information
0xNinshu authored Jan 4, 2024
1 parent 2717133 commit 6ad44cd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/vswhere.lib/InstanceSelector.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ bool InstanceSelector::Less(const ISetupInstancePtr& a, const ISetupInstancePtr&
else
{
// If ISetupHelper is not available we have only legacy products, or very early pre-releases of VS2017.
// For version 10.0 and newer either should lexigraphically sort correctly.
// For version 10.0 and newer either should lexicographically sort correctly.
return less(wstring(bstrVersionA), wstring(bstrVersionB));
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/vswhere.lib/vswhere.lib.rc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ BEGIN
\n See https://aka.ms/vswhere/versions for more information about versions.\
\n -latest Return only the newest version and last installed.\
\n -sort Sorts the instances from newest version and last installed to oldest.\
\n When used with ""find"", first instances are sorted then files are sorted lexigraphically.\
\n When used with ""find"", first instances are sorted then files are sorted lexicographically.\
\n -legacy Also searches Visual Studio 2015 and older products. Information is limited.\
\n This option cannot be used with either -products or -requires.\
\n -path Gets the instance for the current path. Not compatible with any other selection option.\
Expand Down

0 comments on commit 6ad44cd

Please sign in to comment.