Fixed additional typos

Went through the source with VNNCC to correct as many found typos as possible

Co-Authored-By: VNC <52937757+VNNCC@users.noreply.github.com>
This commit is contained in:
W2.Wizard
2021-01-05 02:14:21 +01:00
parent f7c17d96ce
commit 4d8cc9aef7
22 changed files with 53 additions and 53 deletions
+2 -2
View File
@@ -103,7 +103,7 @@ namespace Flax.Stats
}
/// <summary>
/// Write string in UTF-8 encoding to the stream and ofset data
/// Write string in UTF-8 encoding to the stream and offset data
/// </summary>
/// <param name="fs">File stream</param>
/// <param name="data">Data to write</param>
@@ -292,7 +292,7 @@ namespace Flax.Stats
}
/// <summary>
/// Write arry of Guids to the stream
/// Write array of Guids to the stream
/// </summary>
/// <param name="fs">File stream</param>
/// <param name="val">Value to write</param>