Skip to content

Commit 0309f54

Browse files
author
Nick Jones
committed
Corrected typo in symbols ignore string
String has "fiels" instead of "files".
1 parent 4073495 commit 0309f54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/NuGet.Server/Strings.resx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@
121121
<value>Package {0} already exists. The server is configured to not allow overwriting packages that already exist.</value>
122122
</data>
123123
<data name="Error_SymbolsPackagesIgnored" xml:space="preserve">
124-
<value>Package {0} is a symbols package (it contains .pdb fiels and a /src folder). The server is configured to ignore symbols packages.</value>
124+
<value>Package {0} is a symbols package (it contains .pdb files and a /src folder). The server is configured to ignore symbols packages.</value>
125125
</data>
126126
</root>

0 commit comments

Comments
 (0)