Rename ModelStateDistionaryExtensions.cs to ModelStateDictionaryExtensions.cs (#7415)

* Rename ModelStateDistionaryExtensions.cs to ModelStateDictionaryExtensions.cs

Fixed spelling in file name

* Update Orchard.Users.csproj

Fixed misspelling.
This commit is contained in:
Matt Varblow
2016-11-22 21:50:24 -05:00
committed by Sébastien Ros
parent 4708cfc8b2
commit 80cc4295ed
2 changed files with 3 additions and 3 deletions

View File

@@ -111,7 +111,7 @@
<Compile Include="Forms\VerifyUserUnicityForm.cs" />
<Compile Include="Forms\CreateUserForm.cs" />
<Compile Include="Handlers\WorkflowUserEventHandler.cs" />
<Compile Include="Extensions\ModelStateDistionaryExtensions.cs" />
<Compile Include="Extensions\ModelStateDictionaryExtensions.cs" />
<Compile Include="Migrations.cs" />
<Compile Include="Events\UserContext.cs" />
<Compile Include="Handlers\RegistrationSettingsPartHandler.cs" />
@@ -289,4 +289,4 @@
</FlavorProperties>
</VisualStudio>
</ProjectExtensions>
</Project>
</Project>