diff options
| author | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:15:54 -0500 |
|---|---|---|
| committer | Sean Hall <r.sean.hall@gmail.com> | 2021-04-19 23:15:54 -0500 |
| commit | f304c5eb86a1493139ec86eddd808f8ca53adf9d (patch) | |
| tree | 5bdf220c38c30508df213a7a90a8f2c8f41ae182 /src | |
| parent | a4c7643523a3fc79c2a79292d22487196ea388fb (diff) | |
| download | wix-f304c5eb86a1493139ec86eddd808f8ca53adf9d.tar.gz wix-f304c5eb86a1493139ec86eddd808f8ca53adf9d.tar.bz2 wix-f304c5eb86a1493139ec86eddd808f8ca53adf9d.zip | |
Fix typo.
Diffstat (limited to 'src')
| -rw-r--r-- | src/WixToolset.Extensibility/Data/IBindResult.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/WixToolset.Extensibility/Data/IBindResult.cs b/src/WixToolset.Extensibility/Data/IBindResult.cs index 7fc52bd7..3738ef17 100644 --- a/src/WixToolset.Extensibility/Data/IBindResult.cs +++ b/src/WixToolset.Extensibility/Data/IBindResult.cs | |||
| @@ -22,7 +22,7 @@ namespace WixToolset.Extensibility.Data | |||
| 22 | IReadOnlyCollection<ITrackedFile> TrackedFiles { get; set; } | 22 | IReadOnlyCollection<ITrackedFile> TrackedFiles { get; set; } |
| 23 | 23 | ||
| 24 | /// <summary> | 24 | /// <summary> |
| 25 | /// Ouput of binding. | 25 | /// Output of binding. |
| 26 | /// </summary> | 26 | /// </summary> |
| 27 | WixOutput Wixout { get; set; } | 27 | WixOutput Wixout { get; set; } |
| 28 | } | 28 | } |
