Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/duplicati/duplicati.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs')
-rw-r--r--Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs b/Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs
index 6b4137dfe..426ede3dc 100644
--- a/Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs
+++ b/Duplicati/Library/Backend/OAuthHelper/JSONWebHelper.cs
@@ -219,7 +219,7 @@ namespace Duplicati.Library
/// <summary>
/// Use this method to register an exception handler,
- /// which can throw another, more meaningfull exception
+ /// which can throw another, more meaningful exception
/// </summary>
/// <param name="ex">The exception being processed.</param>
protected virtual void ParseException(Exception ex)