Fix formatting of old aglo block

Also spelled algorithms correctly
This commit is contained in:
Lucas Nicodemus 2015-04-13 14:57:24 -06:00
parent 493dc0c069
commit 136064f4b2

View file

@ -462,7 +462,7 @@ namespace TShockAPI.DB
} }
/// <summary> /// <summary>
/// A dictionary of hashing algortihms and an implementation object. /// A dictionary of hashing algorithms and an implementation object.
/// </summary> /// </summary>
protected internal readonly Dictionary<string, Func<HashAlgorithm>> HashTypes = new Dictionary<string, Func<HashAlgorithm>> protected internal readonly Dictionary<string, Func<HashAlgorithm>> HashTypes = new Dictionary<string, Func<HashAlgorithm>>
{ {