mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
I heard fixing spelling mistakes makes the tinderboxes happy (106386, r=me).
This commit is contained in:
parent
ccc90ead5f
commit
02bdd40353
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user