Fix typo in exception message (#1205)
authorAhmad Ibrahim <ahmad.cdev@gmail.com>
Tue, 31 Dec 2019 00:17:48 +0000 (02:17 +0200)
committerJan Kotas <jkotas@microsoft.com>
Tue, 31 Dec 2019 00:17:48 +0000 (16:17 -0800)
src/libraries/System.Reflection.Metadata/src/Resources/Strings.resx

index 437a702..f4a6f03 100644 (file)
     <value>Can't get a heap offset for a virtual heap handle</value>
   </data>
   <data name="InvalidNumberOfSections" xml:space="preserve">
-    <value>Invalid number of sections in declared in PE header.</value>
+    <value>Invalid number of sections declared in PE header.</value>
   </data>
   <data name="InvalidSignature" xml:space="preserve">
     <value>Invalid signature.</value>
   <data name="UnreachableLocation" xml:space="preserve">
     <value>This program location is thought to be unreachable.</value>
   </data>
-</root>
\ No newline at end of file
+</root>