mirror of
https://github.com/Flow-Launcher/Flow.Launcher.git
synced 2026-03-11 08:54:32 +00:00
Fix spelling
This commit is contained in:
parent
9806997f31
commit
c326901812
1 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue