Fix spelling

This commit is contained in:
Jack251970 2025-07-10 21:09:56 +08:00
parent 9806997f31
commit c326901812

View file

@ -169,9 +169,9 @@ namespace Flow.Launcher.Infrastructure.Hotkey
/// <summary>
/// Validate hotkey
/// </summary>
/// <param name="validateKeyGestrue">Try to validate hotkey as a KeyGesture.</param>
/// <param name="validateKeyGesture">Try to validate hotkey as a KeyGesture.</param>
/// <returns></returns>
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
{