mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-14 22:34:09 +02:00
Fixed spelling mistake
This commit is contained in:
parent
ca668bf0fe
commit
7ad6df2c6e
17 changed files with 26 additions and 26 deletions
|
@ -1205,7 +1205,7 @@ namespace IDE
|
|||
|
||||
public class Config
|
||||
{
|
||||
public Dictionary<String, Options> mPlatforms = new Dictionary<String, Options>() ~ DeleteDictionyAndKeysAndItems!(_);
|
||||
public Dictionary<String, Options> mPlatforms = new Dictionary<String, Options>() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
}
|
||||
|
||||
public class Dependency
|
||||
|
@ -1235,7 +1235,7 @@ namespace IDE
|
|||
public int32 mCurResVer;
|
||||
public int32 mLastGeneratedResVer;
|
||||
|
||||
public Dictionary<String, Config> mConfigs = new Dictionary<String, Config>() ~ DeleteDictionyAndKeysAndItems!(_);
|
||||
public Dictionary<String, Config> mConfigs = new Dictionary<String, Config>() ~ DeleteDictionaryAndKeysAndItems!(_);
|
||||
public GeneralOptions mGeneralOptions = new GeneralOptions() ~ delete _;
|
||||
public BeefGlobalOptions mBeefGlobalOptions = new BeefGlobalOptions() ~ delete _;
|
||||
|
||||
|
@ -1834,7 +1834,7 @@ namespace IDE
|
|||
}
|
||||
}
|
||||
|
||||
DeleteDictionyAndKeysAndItems!(mConfigs);
|
||||
DeleteDictionaryAndKeysAndItems!(mConfigs);
|
||||
mConfigs = new Dictionary<String, Config>();
|
||||
|
||||
for (var configNameSV in data.Enumerate("Configs"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue