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() {