diff --git a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs
index 4b193577595..bae192a97f2 100644
--- a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs
+++ b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.Designer.cs
@@ -17705,7 +17705,7 @@ public 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..
///
public static string Warning_UnspecifiedDependencyVersionSolution {
get {
diff --git a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx b/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx
index 726c0995c1f..48a6d3462cb 100644
--- a/src/NuGet.Clients/NuGet.CommandLine/NuGetResources.resx
+++ b/src/NuGet.Clients/NuGet.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/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs
index 8005efa938b..7c575d2615b 100644
--- a/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs
+++ b/test/NuGet.Clients.Tests/NuGet.CommandLine.Test/NuGetPackCommandTest.cs
@@ -1509,7 +1509,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);
}
}