Backed out changeset 716fe0739e2b which fixes a spelling bug to force a tinderbox build.

This commit is contained in:
Andreas Gal 2009-01-24 12:10:05 -08:00
parent 02bdd40353
commit af714b621b

View File

@ -304,7 +304,7 @@ js_fileBaseName(JSContext *cx, const char *pathname)
index = strlen(pathname)-1;
/* Chop off trailing separators. */
/* Chop off trailing seperators. */
while (index > 0 && (pathname[index]==FILESEPARATOR ||
pathname[index]==FILESEPARATOR2)) {
--index;