diff src/share/vm/runtime/os.cpp @ 14360:e8ef156f0bc9

Merge
author ehelin
date Thu, 13 Feb 2014 17:57:27 +0100
parents ad3f8397fe37 e5d78f318aec
children 8a9bb7821e28
line wrap: on
line diff
--- a/src/share/vm/runtime/os.cpp	Tue Feb 11 10:05:02 2014 -0800
+++ b/src/share/vm/runtime/os.cpp	Thu Feb 13 17:57:27 2014 +0100
@@ -1197,7 +1197,7 @@
                            char fileSep,
                            char pathSep) {
     assert((fileSep == '/' && pathSep == ':') ||
-           (fileSep == '\\' && pathSep == ';'), "unexpected seperator chars");
+           (fileSep == '\\' && pathSep == ';'), "unexpected separator chars");
 
     // Scan the format string to determine the length of the actual
     // boot classpath, and handle platform dependencies as well.