aboutsummaryrefslogtreecommitdiff
path: root/src/WixToolset.Extensibility/Services/IBackendHelper.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/WixToolset.Extensibility/Services/IBackendHelper.cs')
-rw-r--r--src/WixToolset.Extensibility/Services/IBackendHelper.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Services/IBackendHelper.cs b/src/WixToolset.Extensibility/Services/IBackendHelper.cs
index 756d0a97..26023674 100644
--- a/src/WixToolset.Extensibility/Services/IBackendHelper.cs
+++ b/src/WixToolset.Extensibility/Services/IBackendHelper.cs
@@ -15,7 +15,7 @@ namespace WixToolset.Extensibility.Services
15 /// Creates a file transfer and marks it redundant if the source and destination are identical. 15 /// Creates a file transfer and marks it redundant if the source and destination are identical.
16 /// </summary> 16 /// </summary>
17 /// <param name="source">Source for the file transfer.</param> 17 /// <param name="source">Source for the file transfer.</param>
18 /// <param name="destination">Destiation for the file transfer.</param> 18 /// <param name="destination">Destination for the file transfer.</param>
19 /// <param name="move">Indicates whether to move or copy the source file.</param> 19 /// <param name="move">Indicates whether to move or copy the source file.</param>
20 IFileTransfer CreateFileTransfer(string source, string destination, bool move, SourceLineNumber sourceLineNumbers = null); 20 IFileTransfer CreateFileTransfer(string source, string destination, bool move, SourceLineNumber sourceLineNumbers = null);
21 21