@joebigelow / wix-1 / commits / f304c5eb

Fix typo.

Sean Hall committed Apr 19, 2021 at 23:15 UTC f304c5eb86a1493139ec86eddd808f8ca53adf9d
1 file changed +1 -1
src/WixToolset.Extensibility/Data/IBindResult.cs
+1 -1
@@ -22,7 +22,7 @@ namespace WixToolset.Extensibility.Data
22 IReadOnlyCollection<ITrackedFile> TrackedFiles { get; set; }
23
24 /// <summary>
25 - /// Ouput of binding.
25 + /// Output of binding.
26 /// </summary>
27 WixOutput Wixout { get; set; }
28 }