From 72e359d7e4abcc2f9e0e6fd0b63a5b920d5f7182 Mon Sep 17 00:00:00 2001 From: Rob Reynolds Date: Wed, 16 Dec 2015 00:41:43 -0600 Subject: [PATCH] (GH-507)(specs) fixup spelling --- Scenarios.md | 2 +- src/chocolatey.tests.integration/scenarios/InstallScenarios.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Scenarios.md b/Scenarios.md index 37ac118581..da4d1962eb 100644 --- a/Scenarios.md +++ b/Scenarios.md @@ -223,7 +223,7 @@ * should not have warning package result * should not install a package in the lib directory -#### when installing a package with a dependent package that also depdends on a less constrained but still valid dependency of the same package +#### when installing a package with a dependent package that also depends on a less constrained but still valid dependency of the same package * [PENDING] should contain a message that everything installed successfully * [PENDING] should have a successful package result diff --git a/src/chocolatey.tests.integration/scenarios/InstallScenarios.cs b/src/chocolatey.tests.integration/scenarios/InstallScenarios.cs index 5c3cf32d63..d3193abbae 100644 --- a/src/chocolatey.tests.integration/scenarios/InstallScenarios.cs +++ b/src/chocolatey.tests.integration/scenarios/InstallScenarios.cs @@ -2778,7 +2778,7 @@ public void should_have_an_error_package_result() } [Concern(typeof(ChocolateyInstallCommand))] - public class when_installing_a_package_with_a_dependent_package_that_also_depdends_on_a_less_constrained_but_still_valid_dependency_of_the_same_package : ScenariosBase + public class when_installing_a_package_with_a_dependent_package_that_also_depends_on_a_less_constrained_but_still_valid_dependency_of_the_same_package : ScenariosBase { public override void Context() {