hotspot/src/share/vm/runtime/os.cpp
changeset 22775 52bc5222f5f1
parent 22556 a17351e8c2c2
child 22777 196cfce9e5aa
--- a/hotspot/src/share/vm/runtime/os.cpp	Mon Feb 10 12:58:09 2014 +0100
+++ b/hotspot/src/share/vm/runtime/os.cpp	Tue Dec 10 15:11:02 2013 +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.