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:
authorKenneth Skovhede <kenneth@hexad.dk>2018-08-29 12:27:56 +0300
committerGitHub <noreply@github.com>2018-08-29 12:27:56 +0300
commit258c5a6fa2e072ac5851d66f0537538345b5b329 (patch)
treedd60cda51f47111dc4654a0debd0b1f878e32af0
parent05059e38597d13c5b7340ba79c3561627da351bd (diff)
parentc218bfe594bddf890cb718f8f1cfba669ac28179 (diff)
Merge pull request #3346 from mikaelmello/patch-1
Fix typo on comments of Log class
-rw-r--r--Duplicati/Library/Logging/Log.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/Duplicati/Library/Logging/Log.cs b/Duplicati/Library/Logging/Log.cs
index a0f470602..a3f8e487d 100644
--- a/Duplicati/Library/Logging/Log.cs
+++ b/Duplicati/Library/Logging/Log.cs
@@ -93,7 +93,7 @@ namespace Duplicati.Library.Logging
public static object Lock { get { return m_lock; } }
/// <summary>
- /// Gets a log tag taht reflects the type
+ /// Gets a log tag that reflects the type
/// </summary>
/// <returns>The log-tag for the type.</returns>
/// <typeparam name="T">The type to get the tag for.</typeparam>
@@ -104,7 +104,7 @@ namespace Duplicati.Library.Logging
/// <summary>
- /// Gets a log tag taht reflects the type
+ /// Gets a log tag that reflects the type
/// </summary>
/// <returns>The log-tag for the type.</returns>
/// <param name="t">The type to get the tag for.</param>