Updating typo

This commit is contained in:
Carole Rennie Logan
2021-04-09 18:43:55 +01:00
committed by Michael Latouche
parent e21cc6f97e
commit 3b6de9cb9e

View File

@@ -25,7 +25,7 @@ namespace Umbraco.Core
/// <summary>
/// The name of the 'unknown' user.
/// </summary>
public const string UnknownUserName = "SYTEM";
public const string UnknownUserName = "SYSTEM";
public const string AdminGroupAlias = "admin";
public const string EditorGroupAlias = "editor";