Skip to content

Commit 0291033

Browse files
michael-bakermaartenba
authored andcommitted
Fix several typos
1 parent 4271a84 commit 0291033

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/NuGet.Server/Infrastructure/ServerPackageRepository.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -354,7 +354,7 @@ public override void RemovePackage(IPackage package)
354354
}
355355

356356
/// <summary>
357-
/// Remove a package from the respository.
357+
/// Remove a package from the repository.
358358
/// </summary>
359359
public void RemovePackage(string packageId, SemanticVersion version)
360360
{

test/NuGet.Server.Tests/JsonNetPackagesSerializerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ private static List<ServerPackage> GenerateServerPackages(int count)
100100
supportedFrameworks: string.Empty,
101101
packageSize: 1234,
102102
packageHash: "Hash" + i,
103-
packageHashAlgorithm: "HashAlorithm" + i,
103+
packageHashAlgorithm: "HashAlgorithm" + i,
104104
lastUpdated: DateTimeOffset.UtcNow,
105105
created: DateTimeOffset.UtcNow,
106106
path: "Path" + i,

0 commit comments

Comments
 (0)