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

typo: Double words #957

Merged
merged 31 commits into from
Jun 29, 2019
Merged
Changes from 1 commit
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
ec43cae
typo: Double word "type"
nschonni Jun 29, 2019
7b59696
typo: Double word "project"
nschonni Jun 29, 2019
5738a63
typo: Double word "tree"
nschonni Jun 29, 2019
2d07904
typo: Double word "the"
nschonni Jun 29, 2019
15bee82
typo: Double word "for"
nschonni Jun 29, 2019
0a4cdf0
typo: Double word "other"
nschonni Jun 29, 2019
f7905cf
typo: Double word "and"
nschonni Jun 29, 2019
f3d6c18
typo: Double word "that"
nschonni Jun 29, 2019
7c3baf6
typo: Double word "virtual"
nschonni Jun 29, 2019
3e03aec
typo: Double word "in"
nschonni Jun 29, 2019
80c3071
typo: Double word "all"
nschonni Jun 29, 2019
3c3f5f6
typo: Double word "is"
nschonni Jun 29, 2019
1659b4d
typo: Double word "of"
nschonni Jun 29, 2019
04e09f7
typo: Double word "there"
nschonni Jun 29, 2019
c3b6cda
typo: Double word "operation"
nschonni Jun 29, 2019
c97f9d3
typo: Double word "than"
nschonni Jun 29, 2019
59607ff
typo: Double word "length"
nschonni Jun 29, 2019
e027eda
typo: Double word "types"
nschonni Jun 29, 2019
946d9e4
typo: Double word "method"
nschonni Jun 29, 2019
bc1f961
typo: Double word "target"
nschonni Jun 29, 2019
b96af28
typo: Double word "to"
nschonni Jun 29, 2019
b58b1a2
typo: Double word "should"
nschonni Jun 29, 2019
a0fd2f9
typo: Double word "an"
nschonni Jun 29, 2019
da6826f
typo: Double word "a"
nschonni Jun 29, 2019
e645737
typo: Double word "which"
nschonni Jun 29, 2019
8278e43
typo: Double word "been"
nschonni Jun 29, 2019
6d9d56b
typo: Double word "this"
nschonni Jun 29, 2019
74a65ae
typo: Double word "have"
nschonni Jun 29, 2019
28f03c9
typo: Double word "name"
nschonni Jun 29, 2019
ff9af7b
typo: Double word "it"
nschonni Jun 29, 2019
cf0b845
typo: Double word "new"
nschonni Jun 29, 2019
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
Prev Previous commit
Next Next commit
typo: Double word "other"
  • Loading branch information
nschonni committed Jun 29, 2019
commit 0a4cdf064765c67fcf17abca98b65df1b8fe17a7
2 changes: 1 addition & 1 deletion src/EFTools/DesignXmlCore/VisualStudio/VSFileFinder.cs
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ internal bool ExistInProject(IVsHierarchy projectHierarchy)
var vsp4 = projectHierarchy as IVsProject4;
if (vsp4 != null)
{
// use IVsProject4 if available - it is much faster than the other other mechanism, but all projects may not implement it
// use IVsProject4 if available - it is much faster than the other mechanism, but all projects may not implement it
_foundMatch = ExistInProjectFast(vsp4);
}
else
Expand Down