Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonCropp committed Jun 25, 2018
1 parent 3e86f3c commit 6ccca81
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project>
<PropertyGroup>
<Version>3.0.1</Version>
<Version>3.1.0</Version>
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
<LangVersion>latest</LangVersion>
</PropertyGroup>
Expand Down
Expand Up @@ -108,7 +108,7 @@
IL_0025: ret
}
.method private hidebysig static class [mscorlib]System.IO.Stream
LoadStream(string fullname) cil managed
LoadStream(string fullName) cil managed
{
// Code size 92 (0x5c)
.maxstack 2
Expand Down
Expand Up @@ -108,7 +108,7 @@
IL_0025: ret
}
.method private hidebysig static class [mscorlib]System.IO.Stream
LoadStream(string fullname) cil managed
LoadStream(string fullName) cil managed
{
// Code size 92 (0x5c)
.maxstack 2
Expand Down
Expand Up @@ -548,7 +548,7 @@
IL_0025: ret
}
.method private hidebysig static class [mscorlib]System.IO.Stream
LoadStream(string fullname) cil managed
LoadStream(string fullName) cil managed
{
// Code size 92 (0x5c)
.maxstack 2
Expand Down
Expand Up @@ -108,7 +108,7 @@
IL_0025: ret
}
.method private hidebysig static class [mscorlib]System.IO.Stream
LoadStream(string fullname) cil managed
LoadStream(string fullName) cil managed
{
// Code size 92 (0x5c)
.maxstack 2
Expand Down

0 comments on commit 6ccca81

Please sign in to comment.