diff -r bf13e374e024 -r 52bc5222f5f1 hotspot/src/share/vm/runtime/os.cpp --- 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.