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/Snapshots/SnapshotUtility.cs
parent63ecd1a49ff66acbd0335044ecb360c73a218468 (diff)
Fix spelling errors in comments.
In doing so, we also normalized some line endings.
Diffstat (limited to 'Duplicati/Library/Snapshots/SnapshotUtility.cs')
-rw-r--r--Duplicati/Library/Snapshots/SnapshotUtility.cs8
1 files changed, 4 insertions, 4 deletions
diff --git a/Duplicati/Library/Snapshots/SnapshotUtility.cs b/Duplicati/Library/Snapshots/SnapshotUtility.cs
index 3f04f5592..8823f80e0 100644
--- a/Duplicati/Library/Snapshots/SnapshotUtility.cs
+++ b/Duplicati/Library/Snapshots/SnapshotUtility.cs
@@ -20,9 +20,9 @@
using System.Collections.Generic;
using System.IO;
-using Duplicati.Library.Common;
-using Duplicati.Library.Common.IO;
-
+using Duplicati.Library.Common;
+using Duplicati.Library.Common.IO;
+
namespace Duplicati.Library.Snapshots
{
/// <summary>
@@ -45,7 +45,7 @@ namespace Duplicati.Library.Snapshots
}
- // The two loader methods below guard agains the type system attempting to load types
+ // The two loader methods below guard against the type system attempting to load types
// related to the OS specific implementations which may not be present for
// the operation system we are not running on (i.e. prevent loading AlphaVSS on Linux)