hotspot/src/share/vm/runtime/os.cpp
changeset 22777 196cfce9e5aa
parent 22758 c6b6abb73544
parent 22775 52bc5222f5f1
child 22876 57aa8995d43b
--- a/hotspot/src/share/vm/runtime/os.cpp	Tue Feb 11 10:05:02 2014 -0800
+++ b/hotspot/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.