Skip to content

Commit

Permalink
fix(rest): small typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jorinvo authored and trs committed Mar 30, 2018
1 parent a468d4f commit 4205caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/registration/rest.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = {
if (isNaN(byteCount) || byteCount < 0) return this.reply(501, 'Byte count must be 0 or greater');

this.restByteCount = byteCount;
return this.reply(350, `Resarting next transfer at ${byteCount}`);
return this.reply(350, `Restarting next transfer at ${byteCount}`);
},
syntax: '{{cmd}} <byte-count>',
description: 'Restart transfer from the specified point. Resets after any STORE or RETRIEVE'
Expand Down

0 comments on commit 4205caf

Please # to comment.