Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Dec 13, 2014
1 parent d5f145c commit 9134ad4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/relayserver.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ var RelayServer = function(servers, options) {
];
cwd = cwd.replace(/\\/g, "/");
for (var xx = 0; xx < suffixes.length; ++xx) {
var suffix = suffixes[ii];
var suffix = suffixes[xx];
if (strings.endsWith(cwd, suffix)) {
cwd = cwd.substring(0, cwd.length - suffix.length - 1);
break;
Expand Down

0 comments on commit 9134ad4

Please sign in to comment.