Run spell check over solution.
This commit is contained in:
committed by
Matthias Mailänder
parent
ebf90970b2
commit
96de59f75a
@@ -14,7 +14,7 @@ using System.Collections.Generic;
|
||||
|
||||
namespace OpenRA.Primitives
|
||||
{
|
||||
/// <summary>Fixed size rorating buffer backed by an array.</summary>
|
||||
/// <summary>Fixed size rotating buffer backed by an array.</summary>
|
||||
public class RingBuffer<T> : ICollection<T>, IEnumerable<T>
|
||||
{
|
||||
readonly IComparer<T> comparer;
|
||||
|
||||
Reference in New Issue
Block a user