jdk/src/windows/classes/sun/nio/fs/WindowsConstants.java
changeset 23887 7b2fb8d5f6be
parent 23010 6dadb192ad81
child 24126 dda4c98ed5e9
--- a/jdk/src/windows/classes/sun/nio/fs/WindowsConstants.java	Tue Apr 15 11:24:42 2014 +0100
+++ b/jdk/src/windows/classes/sun/nio/fs/WindowsConstants.java	Tue Apr 15 17:04:40 2014 +0100
@@ -94,7 +94,7 @@
     public static final int ERROR_NOT_READY             = 21;
     public static final int ERROR_SHARING_VIOLATION     = 32;
     public static final int ERROR_FILE_EXISTS           = 80;
-    public static final int ERROR_INVALID_PARAMATER     = 87;
+    public static final int ERROR_INVALID_PARAMETER     = 87;
     public static final int ERROR_DISK_FULL             = 112;
     public static final int ERROR_INSUFFICIENT_BUFFER   = 122;
     public static final int ERROR_INVALID_LEVEL         = 124;