Fix a few spelling errors

This commit is contained in:
ScottNZ
2013-11-12 18:38:21 +13:00
parent 49b1e69f44
commit 74e2baeb48
4 changed files with 13 additions and 13 deletions

View File

@@ -92,7 +92,7 @@ namespace OpenRA.FileFormats
/// A fast (native) CRC32 implementation that can be used on a regular byte arrays.
/// </summary>
/// <param name="data">The data from which to calculate the checksum.</param>
/// <param name="polynomial">The polynomal.</param>
/// <param name="polynomial">The polynomial.</param>
/// <returns>
/// The calculated checksum.
/// </returns>