1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-22 09:38:01 +02:00

Fixed spelling mistake

This commit is contained in:
Brian Fiete 2020-02-08 06:12:04 -08:00
parent ca668bf0fe
commit 7ad6df2c6e
17 changed files with 26 additions and 26 deletions

View file

@ -19,7 +19,7 @@ namespace System.Diagnostics
internal String mDirectory = new String() ~ delete _;
internal String mVerb = new String("Open") ~ delete _;
public Dictionary<String, String> mEnvironmentVariables ~ DeleteDictionyAndKeysAndItems!(_);
public Dictionary<String, String> mEnvironmentVariables ~ DeleteDictionaryAndKeysAndItems!(_);
public bool UseShellExecute { get { return mUseShellExecute; } set { mUseShellExecute = value; } };
public bool RedirectStandardInput { get { return mRedirectStandardInput; } set { mRedirectStandardInput = value; } };