diff --git a/MediaBrowser.Controller/Authentication/AuthenticationException.cs b/MediaBrowser.Controller/Authentication/AuthenticationException.cs
index 28209f6391..081f877f72 100644
--- a/MediaBrowser.Controller/Authentication/AuthenticationException.cs
+++ b/MediaBrowser.Controller/Authentication/AuthenticationException.cs
@@ -25,7 +25,7 @@ namespace MediaBrowser.Controller.Authentication
///
/// Initializes a new instance of the class.
///
- /// The message that describes the error
+ /// The message that describes the error.
/// The exception that is the cause of the current exception, or a null reference if no inner exception is specified.
public AuthenticationException(string message, Exception innerException)
: base(message, innerException)