From c326901812f213bfbdf6917c1a713ed52a770830 Mon Sep 17 00:00:00 2001
From: Jack251970 <1160210343@qq.com>
Date: Thu, 10 Jul 2025 21:09:56 +0800
Subject: [PATCH] Fix spelling
---
Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs b/Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
index 6d2abff4c..fc635e519 100644
--- a/Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
+++ b/Flow.Launcher.Infrastructure/Hotkey/HotkeyModel.cs
@@ -169,9 +169,9 @@ namespace Flow.Launcher.Infrastructure.Hotkey
///
/// Validate hotkey
///
- /// Try to validate hotkey as a KeyGesture.
+ /// Try to validate hotkey as a KeyGesture.
///
- public bool Validate(bool validateKeyGestrue = false)
+ public bool Validate(bool validateKeyGesture = false)
{
switch (CharKey)
{
@@ -186,7 +186,7 @@ namespace Flow.Launcher.Infrastructure.Hotkey
case Key.None:
return false;
default:
- if (validateKeyGestrue)
+ if (validateKeyGesture)
{
try
{