Skip to content

Commit

Permalink
Fixed incorrect namespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
open-collar committed Jan 3, 2021
1 parent 876f948 commit 2d8b1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/OpenCollar.Extensions.Security/Encryption.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

using OpenCollar.Extensions.Validation;

namespace OpenCollar.Extension.Security
namespace OpenCollar.Extensions.Security
{
/// <summary>
/// Simple encryption utilities.
Expand Down
2 changes: 1 addition & 1 deletion src/OpenCollar.Extensions.Security/Utility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
using System.Security.Principal;
using System.Threading;

namespace OpenCollar.Extension.Security
namespace OpenCollar.Extensions.Security
{
/// <summary>
/// A class providing static utility methods related to impersonation.
Expand Down

0 comments on commit 2d8b1e4

Please sign in to comment.