I heard fixing spelling mistakes makes the tinderboxes happy (106386, r=me).

This commit is contained in:
Andreas Gal 2009-01-23 22:28:34 -08:00
parent ccc90ead5f
commit 02bdd40353

View File

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