diff --git a/src/CommandLine/NuGetResources.Designer.cs b/src/CommandLine/NuGetResources.Designer.cs
index d949ef961..2f9b17c96 100644
--- a/src/CommandLine/NuGetResources.Designer.cs
+++ b/src/CommandLine/NuGetResources.Designer.cs
@@ -17633,7 +17633,7 @@ internal static string Warning_UnspecifiedDependencyVersion_trk {
}
///
- /// Looks up a localized string similar to Specifiy the version of dependency and rebuild your package..
+ /// Looks up a localized string similar to Specify the version of dependency and rebuild your package..
///
internal static string Warning_UnspecifiedDependencyVersionSolution {
get {
diff --git a/src/CommandLine/NuGetResources.resx b/src/CommandLine/NuGetResources.resx
index 7ec02d0bb..6b5940b14 100644
--- a/src/CommandLine/NuGetResources.resx
+++ b/src/CommandLine/NuGetResources.resx
@@ -5703,7 +5703,7 @@ Oluşturma sırasında NuGet'in paketleri indirmesini önlemek için, Visual Stu
The version of dependency '{0}' is not specified.
- Specifiy the version of dependency and rebuild your package.
+ Specify the version of dependency and rebuild your package.
Specify version of dependencies.
diff --git a/src/V3/NuGet.Client.CommandLine/NuGetResources.Designer.cs b/src/V3/NuGet.Client.CommandLine/NuGetResources.Designer.cs
index 274cf2a35..639172505 100644
--- a/src/V3/NuGet.Client.CommandLine/NuGetResources.Designer.cs
+++ b/src/V3/NuGet.Client.CommandLine/NuGetResources.Designer.cs
@@ -17633,7 +17633,7 @@ internal static string Warning_UnspecifiedDependencyVersion_trk {
}
///
- /// Looks up a localized string similar to Specifiy the version of dependency and rebuild your package..
+ /// Looks up a localized string similar to Specify the version of dependency and rebuild your package..
///
internal static string Warning_UnspecifiedDependencyVersionSolution {
get {
diff --git a/src/V3/NuGet.Client.CommandLine/NuGetResources.resx b/src/V3/NuGet.Client.CommandLine/NuGetResources.resx
index cd31f4066..0fd090610 100644
--- a/src/V3/NuGet.Client.CommandLine/NuGetResources.resx
+++ b/src/V3/NuGet.Client.CommandLine/NuGetResources.resx
@@ -5703,7 +5703,7 @@ Oluşturma sırasında NuGet'in paketleri indirmesini önlemek için, Visual Stu
The version of dependency '{0}' is not specified.
- Specifiy the version of dependency and rebuild your package.
+ Specify the version of dependency and rebuild your package.
Specify version of dependencies.
diff --git a/test/Test.Integration/NuGetCommandLine/NuGetPackCommandTest.cs b/test/Test.Integration/NuGetCommandLine/NuGetPackCommandTest.cs
index 8c04483c3..5fd0268bb 100644
--- a/test/Test.Integration/NuGetCommandLine/NuGetPackCommandTest.cs
+++ b/test/Test.Integration/NuGetCommandLine/NuGetPackCommandTest.cs
@@ -1169,7 +1169,7 @@ public class Class1
// Assert
Assert.Contains("Issue: Specify version of dependencies.", r.Item2);
Assert.Contains("Description: The version of dependency 'json' is not specified.", r.Item2);
- Assert.Contains("Solution: Specifiy the version of dependency and rebuild your package.", r.Item2);
+ Assert.Contains("Solution: Specify the version of dependency and rebuild your package.", r.Item2);
}
finally
{