Skip to content

Commit

Permalink
Fix typo in weither
Browse files Browse the repository at this point in the history
  • Loading branch information
robinvanpoppel committed Apr 11, 2020
1 parent d0ef821 commit 1ecbae0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion KeeTrayTOTP/FormSettings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion KeeTrayTOTP/Libraries/TimeCorrectionProvider.cs
Expand Up @@ -20,7 +20,7 @@ public class TimeCorrectionProvider
private bool _enable;

/// <summary>
/// Defines weither or not the class will attempt to get time correction from the server.
/// Defines whether or not the class will attempt to get time correction from the server.
/// </summary>
public bool Enable { get { return _enable; } set { _enable = value; _timer.Enabled = value; } }

Expand Down

0 comments on commit 1ecbae0

Please sign in to comment.