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 Hsu <kennethhsu@gmail.com>2019-11-30 22:35:43 +0300
committerKenneth Hsu <kennethhsu@gmail.com>2019-12-14 20:52:55 +0300
commit83ac03843d83b500684110374b6dcd0e76062689 (patch)
treea3cdb4b3281294d3adc62f5f663db006c40dbc88 /Duplicati/Library/Interface/IStreamingBackend.cs
parent63ecd1a49ff66acbd0335044ecb360c73a218468 (diff)
Fix spelling errors in comments.
In doing so, we also normalized some line endings.
Diffstat (limited to 'Duplicati/Library/Interface/IStreamingBackend.cs')
-rw-r--r--Duplicati/Library/Interface/IStreamingBackend.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Duplicati/Library/Interface/IStreamingBackend.cs b/Duplicati/Library/Interface/IStreamingBackend.cs
index ca904ac43..e9779a009 100644
--- a/Duplicati/Library/Interface/IStreamingBackend.cs
+++ b/Duplicati/Library/Interface/IStreamingBackend.cs
@@ -25,7 +25,7 @@ namespace Duplicati.Library.Interface
/// <summary>
/// An interface a backend may implement if it supports streaming operations.
/// Backends that implement this interface can be throttled and correctly shows
- /// the progressbar when transfering data.
+ /// the progressbar when transferring data.
/// </summary>
public interface IStreamingBackend : IBackend
{