Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpjs committed May 11, 2024
1 parent 4a33406 commit c6f1675
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PSql/_Utilities/PSqlAssemblyLoadContext.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Subatomix Research Inc.
// Copyright 2024 Subatomix Research Inc.
// SPDX-License-Identifier: ISC

using System.Collections.Concurrent;
Expand All @@ -15,7 +15,7 @@ namespace PSql;
/// </summary>
internal sealed class PSqlAssemblyLoadContext : AssemblyLoadContext
{
// This isolation technique evolved from teh one described here:
// This isolation technique evolved from the one described here:
// https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/resolving-dependency-conflicts

/// <summary>
Expand Down
4 changes: 2 additions & 2 deletions PSql/_Utilities/PrivateDependencyRegistration.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2023 Subatomix Research Inc.
// Copyright 2024 Subatomix Research Inc.
// SPDX-License-Identifier: ISC

using System.Reflection;
Expand All @@ -16,7 +16,7 @@ namespace PSql.Internal;
/// </remarks>
public class PrivateDependencyRegistration
{
// This isolation technique evolved from teh one described here:
// This isolation technique evolved from the one described here:
// https://learn.microsoft.com/en-us/powershell/scripting/dev-cross-plat/resolving-dependency-conflicts

private const string
Expand Down

0 comments on commit c6f1675

Please sign in to comment.