@@ -30,7 +30,7 @@ public class WinGetSourceManager : WinGetInfo
3030 /// </summary>
3131 public WinGetSourceManager ( )
3232 {
33- //Provide empty constructor
33+ // Provide empty constructor for xlm docs
3434 }
3535
3636 //---List--------------------------------------------------------------------------------------
@@ -417,7 +417,7 @@ public async Task<bool> AddSourceAsync(WinGetSource source)
417417 /// This may take a while depending on the sources.
418418 /// </remarks>
419419 /// <returns>
420- /// <see langword="true"/> if the update was successfull or <see langword="false"/> if the it failed.
420+ /// <see langword="true"/> if the update was successful or <see langword="false"/> if the it failed.
421421 /// </returns>
422422 /// <exception cref="WGetNET.WinGetNotInstalledException">
423423 /// WinGet is not installed or not found on the system.
@@ -453,7 +453,7 @@ public bool UpdateSources()
453453 /// </remarks>
454454 /// <returns>
455455 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
456- /// The result is <see langword="true"/> if the update was successfull or <see langword="false"/> if the it failed.
456+ /// The result is <see langword="true"/> if the update was successful or <see langword="false"/> if the it failed.
457457 /// </returns>
458458 /// <exception cref="WGetNET.WinGetNotInstalledException">
459459 /// WinGet is not installed or not found on the system.
@@ -788,7 +788,7 @@ public async Task<List<WinGetSource>> ExportSourcesToObjectAsync(string sourceNa
788788 /// </summary>
789789 /// <param name="file">The file for the export.</param>
790790 /// <returns>
791- /// <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
791+ /// <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
792792 /// </returns>
793793 /// <exception cref="WGetNET.WinGetNotInstalledException">
794794 /// WinGet is not installed or not found on the system.
@@ -827,7 +827,7 @@ public bool ExportSourcesToFile(string file)
827827 /// <param name="file">The file for the export.</param>
828828 /// <param name="sourceName">The name of the source for the export.</param>
829829 /// <returns>
830- /// <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
830+ /// <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
831831 /// </returns>
832832 /// <exception cref="WGetNET.WinGetNotInstalledException">
833833 /// WinGet is not installed or not found on the system.
@@ -876,7 +876,7 @@ public bool ExportSourcesToFile(string file, string sourceName)
876876 /// The <see cref="WGetNET.WinGetSource"/> for the export.
877877 /// </param>
878878 /// <returns>
879- /// <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
879+ /// <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
880880 /// </returns>
881881 /// <exception cref="WGetNET.WinGetNotInstalledException">
882882 /// WinGet is not installed or not found on the system.
@@ -906,7 +906,7 @@ public bool ExportSourcesToFile(string file, WinGetSource source)
906906 /// <param name="file">The file for the export.</param>
907907 /// <returns>
908908 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
909- /// The result is <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
909+ /// The result is <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
910910 /// </returns>
911911 /// <exception cref="WGetNET.WinGetNotInstalledException">
912912 /// WinGet is not installed or not found on the system.
@@ -946,7 +946,7 @@ public async Task<bool> ExportSourcesToFileAsync(string file)
946946 /// <param name="sourceName">The name of the source for the export.</param>
947947 /// <returns>
948948 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
949- /// The result is <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
949+ /// The result is <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
950950 /// </returns>
951951 /// <exception cref="WGetNET.WinGetNotInstalledException">
952952 /// WinGet is not installed or not found on the system.
@@ -996,7 +996,7 @@ public async Task<bool> ExportSourcesToFileAsync(string file, string sourceName)
996996 /// </param>
997997 /// <returns>
998998 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
999- /// The result is <see langword="true"/> if the export was successfull or <see langword="false"/> if the it failed.
999+ /// The result is <see langword="true"/> if the export was successful or <see langword="false"/> if the it failed.
10001000 /// </returns>
10011001 /// <exception cref="WGetNET.WinGetNotInstalledException">
10021002 /// WinGet is not installed or not found on the system.
@@ -1122,7 +1122,7 @@ await JsonHandler.StringToObjectAsync<WinGetSource>(jsonString.ToString())
11221122 /// A <see cref="System.Collections.Generic.List{T}"/> of <see cref="WGetNET.WinGetSource"/> objects.
11231123 /// </param>
11241124 /// <returns>
1125- /// <see langword="true"/> if the action was successfull and <see langword="false"/> if on or more sorces failed.
1125+ /// <see langword="true"/> if the action was successful and <see langword="false"/> if on or more sorces failed.
11261126 /// </returns>
11271127 public bool ImportSource ( List < WinGetSource > winGetSources )
11281128 {
@@ -1150,7 +1150,7 @@ public bool ImportSource(List<WinGetSource> winGetSources)
11501150 /// A <see cref="WGetNET.WinGetSource"/> objects.
11511151 /// </param>
11521152 /// <returns>
1153- /// <see langword="true"/> if the action was successfull and <see langword="false"/> if it failed.
1153+ /// <see langword="true"/> if the action was successful and <see langword="false"/> if it failed.
11541154 /// </returns>
11551155 public bool ImportSource ( WinGetSource winGetSource )
11561156 {
@@ -1164,7 +1164,7 @@ public bool ImportSource(WinGetSource winGetSource)
11641164 /// A <see cref="System.String"/> containing the json for ONE source.
11651165 /// </param>
11661166 /// <returns>
1167- /// <see langword="true"/> if the action was successfull and <see langword="false"/> if it failed.
1167+ /// <see langword="true"/> if the action was successful and <see langword="false"/> if it failed.
11681168 /// </returns>
11691169 public bool ImportSource ( string jsonString )
11701170 {
@@ -1183,7 +1183,7 @@ public bool ImportSource(string jsonString)
11831183 /// </param>
11841184 /// <returns>
11851185 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1186- /// The result is <see langword="true"/> if the action was successfull and <see langword="false"/> if on or more sorces failed.
1186+ /// The result is <see langword="true"/> if the action was successful and <see langword="false"/> if on or more sorces failed.
11871187 /// </returns>
11881188 public async Task < bool > ImportSourceAsync ( List < WinGetSource > winGetSources )
11891189 {
@@ -1212,7 +1212,7 @@ public async Task<bool> ImportSourceAsync(List<WinGetSource> winGetSources)
12121212 /// </param>
12131213 /// <returns>
12141214 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1215- /// The result is <see langword="true"/> if the action was successfull and <see langword="false"/> if it failed.
1215+ /// The result is <see langword="true"/> if the action was successful and <see langword="false"/> if it failed.
12161216 /// </returns>
12171217 public async Task < bool > ImportSourceAsync ( WinGetSource winGetSource )
12181218 {
@@ -1227,7 +1227,7 @@ public async Task<bool> ImportSourceAsync(WinGetSource winGetSource)
12271227 /// </param>
12281228 /// <returns>
12291229 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1230- /// The result is <see langword="true"/> if the action was successfull and <see langword="false"/> if it failed.
1230+ /// The result is <see langword="true"/> if the action was successful and <see langword="false"/> if it failed.
12311231 /// </returns>
12321232 public async Task < bool > ImportSourceAsync ( string jsonString )
12331233 {
@@ -1253,7 +1253,7 @@ await JsonHandler.StringToObjectAsync<WinGetSource>(jsonString)
12531253 /// This may take a while depending on the sources.
12541254 /// </remarks>
12551255 /// <returns>
1256- /// <see langword="true"/> if the reset was successfull or <see langword="false"/> if the it failed.
1256+ /// <see langword="true"/> if the reset was successful or <see langword="false"/> if the it failed.
12571257 /// </returns>
12581258 /// <exception cref="WGetNET.WinGetNotInstalledException">
12591259 /// WinGet is not installed or not found on the system.
@@ -1297,7 +1297,7 @@ public bool ResetSources()
12971297 /// </remarks>
12981298 /// <returns>
12991299 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1300- /// The result is <see langword="true"/> if the reset was successfull or <see langword="false"/> if the it failed.
1300+ /// The result is <see langword="true"/> if the reset was successful or <see langword="false"/> if the it failed.
13011301 /// </returns>
13021302 /// <exception cref="WGetNET.WinGetNotInstalledException">
13031303 /// WinGet is not installed or not found on the system.
@@ -1342,7 +1342,7 @@ public async Task<bool> ResetSourcesAsync()
13421342 /// A <see cref="System.String"/> representing the name of the source.
13431343 /// </param>
13441344 /// <returns>
1345- /// <see langword="true"/> if the remove was successfull or <see langword="false"/> if the it failed.
1345+ /// <see langword="true"/> if the remove was successful or <see langword="false"/> if the it failed.
13461346 /// </returns>
13471347 /// <exception cref="WGetNET.WinGetNotInstalledException">
13481348 /// WinGet is not installed or not found on the system.
@@ -1390,7 +1390,7 @@ public bool RemoveSources(string name)
13901390 /// The <see cref="WGetNET.WinGetSource"/> to remove.
13911391 /// </param>
13921392 /// <returns>
1393- /// <see langword="true"/> if the remove was successfull or <see langword="false"/> if the it failed.
1393+ /// <see langword="true"/> if the remove was successful or <see langword="false"/> if the it failed.
13941394 /// </returns>
13951395 /// <exception cref="WGetNET.WinGetNotInstalledException">
13961396 /// WinGet is not installed or not found on the system.
@@ -1425,7 +1425,7 @@ public bool RemoveSources(WinGetSource source)
14251425 /// </param>
14261426 /// <returns>
14271427 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1428- /// The result is <see langword="true"/> if the remove was successfull or <see langword="false"/> if the it failed.
1428+ /// The result is <see langword="true"/> if the remove was successful or <see langword="false"/> if the it failed.
14291429 /// </returns>
14301430 /// <exception cref="WGetNET.WinGetNotInstalledException">
14311431 /// WinGet is not installed or not found on the system.
@@ -1474,7 +1474,7 @@ public async Task<bool> RemoveSourcesAsync(string name)
14741474 /// </param>
14751475 /// <returns>
14761476 /// A <see cref="System.Threading.Tasks.Task"/>, containing the result.
1477- /// The result is <see langword="true"/> if the remove was successfull or <see langword="false"/> if the it failed.
1477+ /// The result is <see langword="true"/> if the remove was successful or <see langword="false"/> if the it failed.
14781478 /// </returns>
14791479 /// <exception cref="WGetNET.WinGetNotInstalledException">
14801480 /// WinGet is not installed or not found on the system.
0 commit comments