Skip to content

Commit c73689f

Browse files
committed
Fix spelling
1 parent 1298b76 commit c73689f

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Project>
22
<PropertyGroup>
33
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
4-
<!-- Work around https://github.com/dotnet/runtime/issues/109682 -->
4+
<!-- Workaround https://github.com/dotnet/runtime/issues/109682 -->
55
<CETCompat>false</CETCompat>
66
</PropertyGroup>
77
</Project>

Flow.Launcher/Flow.Launcher.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
</Target>
186186

187187
<Target Name="RemoveDuplicateAnalyzers" BeforeTargets="CoreCompile">
188-
<!-- Work around https://github.com/dotnet/wpf/issues/6792 -->
188+
<!-- Workaround https://github.com/dotnet/wpf/issues/6792 -->
189189
<ItemGroup>
190190
<FilteredAnalyzer Include="@(Analyzer-&gt;Distinct())" />
191191
<Analyzer Remove="@(Analyzer)" />

Flow.Launcher/MainWindow.xaml.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -860,7 +860,7 @@ private void InitializeContextMenu()
860860

861861
public void UpdatePosition()
862862
{
863-
// Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
863+
// Initialize call twice to workaround multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
864864
if (_viewModel.IsDialogJumpWindowUnderDialog())
865865
{
866866
InitializeDialogJumpPosition();
@@ -884,7 +884,7 @@ private async Task PositionResetAsync()
884884

885885
private void InitializePosition()
886886
{
887-
// Initialize call twice to work around multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
887+
// Initialize call twice to workaround multi-display alignment issue- https://github.com/Flow-Launcher/Flow.Launcher/issues/2910
888888
InitializePositionInner();
889889
InitializePositionInner();
890890
return;

0 commit comments

Comments
 (0)