Fix typos in NormalizeString P/Invoke signature
authorStephen Toub <stoub@microsoft.com>
Fri, 24 Jun 2016 13:29:41 +0000 (09:29 -0400)
committerStephen Toub <stoub@microsoft.com>
Fri, 24 Jun 2016 13:29:41 +0000 (09:29 -0400)
Commit migrated from https://github.com/dotnet/corefx/commit/a0f02a0346f53a50f65b7b36959ce8da64a1509a

src/libraries/Common/src/Interop/Windows/mincore/Interop.Normalization.cs

index 0f24268..9514846 100644 (file)
@@ -34,7 +34,7 @@ internal partial class Interop
                                         string source,
                                         int sourceLength,
                                         [System.Runtime.InteropServices.OutAttribute()]
-                                        char[] destenation,
-                                        int destenationLength);
+                                        char[] destination,
+                                        int destinationLength);
     }
 }