Update CosmosVFS.cs

This commit is contained in:
KingLuigi4932 2017-12-26 19:43:04 +03:00 committed by GitHub
parent 81872c1dc3
commit cf6500859d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -313,8 +313,8 @@ namespace Cosmos.System.FileSystem
/// Initializes the partitions for all block devices.
/// </summary>
protected virtual void InitializePartitions()
{
for(int i = 0; i < BlockDeviec.Devices.Count; i++)
{
for (int i = 0; i < BlockDevice.Devices.Count; i++)
{
if (BlockDevice.Devices[i] is Partition)
{