This fixes a typo in gnu.java.security.PolicyFile identified
by PR36522.

ChangeLog:

2008-06-15  Andrew John Hughes  <[EMAIL PROTECTED]>

        PR classpath/36522:
        * gnu/java/security/PolicyFile.java:
        Correct typo changing seperator to separator.

-- 
Andrew :)

Support Free Java!
Contribute to GNU Classpath and the OpenJDK
http://www.gnu.org/software/classpath
http://openjdk.java.net
PGP Key: 94EFD9D8 (http://subkeys.pgp.net)
Fingerprint = F8EF F1EA 401E 2E60 15FA  7927 142C 2591 94EF D9D8
Index: gnu/java/security/PolicyFile.java
===================================================================
RCS file: /sources/classpath/classpath/gnu/java/security/PolicyFile.java,v
retrieving revision 1.10
diff -u -u -r1.10 PolicyFile.java
--- gnu/java/security/PolicyFile.java   5 May 2008 17:12:40 -0000       1.10
+++ gnu/java/security/PolicyFile.java   15 Jun 2008 22:01:51 -0000
@@ -152,7 +152,7 @@
 
   protected static final Logger logger = SystemLogger.SYSTEM;
   // Added to cut redundant AccessController.doPrivileged calls
-  private static GetPropertyAction prop = new 
GetPropertyAction("file.seperator");
+  private static GetPropertyAction prop = new 
GetPropertyAction("file.separator");
   private static final String fs = (String) 
AccessController.doPrivileged(prop);
   
   private static final String DEFAULT_POLICY =

Reply via email to