Skip to content

Commit

Permalink
Fix "Shortcu" typo in file name (#1839)
Browse files Browse the repository at this point in the history
Now the file is named "KeyboardShortcutManager.cs"
  • Loading branch information
AZero13 authored May 30, 2022
1 parent 67a7a28 commit d25cde5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Calculator/Calculator.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
</Compile>
<Compile Include="Common\AlwaysSelectedCollectionView.cs" />
<Compile Include="Common\AppLifecycleLogger.cs" />
<Compile Include="Common\KeyboardShortcuManager.cs" />
<Compile Include="Common\KeyboardShortcutManager.cs" />
<Compile Include="Common\ValidatingConverters.cs" />
<Compile Include="Common\ViewState.cs" />
<Compile Include="Controls\CalculationResult.cs" />
Expand Down

0 comments on commit d25cde5

Please sign in to comment.