Skip to content

Commit

Permalink
Typo: s/RequireAuthentication/RequiresAuthentication/g
Browse files Browse the repository at this point in the history
  • Loading branch information
jimbobmcgee committed Jun 7, 2018
1 parent 83dad9b commit 3020fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Papercut.Core/Domain/Network/Smtp/SmtpSession.cs
Expand Up @@ -74,7 +74,7 @@ public void Reset()
/// Gets or sets a value indicating whether this session requires authentication
/// (to be determined by server setting)
/// </summary>
public bool RequireAuthentication { get; set; }
public bool RequiresAuthentication { get; set; }

/// <summary>
/// Gets or sets a value determining the authenticated username
Expand Down

0 comments on commit 3020fe2

Please sign in to comment.