From 4593ebfcac877ea41b616510d068017723e23a63 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 18 Oct 2016 13:54:00 +0200 Subject: [PATCH] Bugfix: Spelling correction in Program.cs.\nThis is what comes of writing code in a terminal, people! --- cscz/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cscz/Program.cs b/cscz/Program.cs index a769b02..d68ddf3 100644 --- a/cscz/Program.cs +++ b/cscz/Program.cs @@ -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]);