Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated a spelling mistake in user facing text. #307

Merged
merged 1 commit into from
Jan 4, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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