diff --git a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs index dfe7051cc..77cd0b4dd 100644 --- a/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs +++ b/GreenshotExternalCommandPlugin/ExternalCommandConfiguration.cs @@ -93,7 +93,7 @@ namespace ExternalCommand { argumentDefaults.Add(MSPAINT, "\"{0}\""); } return argumentDefaults; - case "RunInBackground": + case "RunInbackground": Dictionary runInBackground = new Dictionary(); if (hasPaintDotNet) { runInBackground.Add(PAINTDOTNET, true);