Bugfix: Spelling correction in Program.cs.\nThis is what comes of writing code in a terminal, people!
This commit is contained in:
parent
dad82d800c
commit
4593ebfcac
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ namespace cscz
|
|||
generationMode = GenerationMode.PublicVariables;
|
||||
break;
|
||||
case "public-auto":
|
||||
generationMove = GenerationMode.PublicAutoProperties;
|
||||
generationMode = GenerationMode.PublicAutoProperties;
|
||||
break;
|
||||
default:
|
||||
Console.Error.WriteLine("Error: Unknown argument '{0}'.", args[i]);
|
||||
|
|
Loading…
Reference in a new issue