Fix single character typo. (dotnet/corefx#36047)
authorLaura Walker <lawalk@microsoft.com>
Thu, 14 Mar 2019 17:14:58 +0000 (17:14 +0000)
committerStephen Toub <stoub@microsoft.com>
Thu, 14 Mar 2019 17:14:58 +0000 (13:14 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/bbf559f23a072a8355ba59bff9f8aad56dbfc67d

src/libraries/System.Net.NetworkInformation/src/Resources/Strings.resx

index 4c84546713186ae04e95847c96101f4b7ccc1b0e..aec53b733bd31a66c0d838a86260b3330f2984d2 100644 (file)
@@ -85,9 +85,9 @@
     <value>No loopback interface was found on the local machine.</value>
   </data>
   <data name="net_InformationUnavailableOnPlatform" xml:space="preserve">
-    <value>The information requested in unavailable on the current platform.</value>
+    <value>The information requested is unavailable on the current platform.</value>
   </data>
   <data name="net_PInvokeError" xml:space="preserve">
     <value>An error was encountered while querying information from the operating system.</value>
   </data>
-</root>
\ No newline at end of file
+</root>