From 4205caf7acce9457f65d71f7e6bd018dae063353 Mon Sep 17 00:00:00 2001 From: Jorin Vogel Date: Tue, 27 Mar 2018 09:28:02 +0200 Subject: [PATCH] fix(rest): small typo --- src/commands/registration/rest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/registration/rest.js b/src/commands/registration/rest.js index cf456be2..d9eadfd3 100644 --- a/src/commands/registration/rest.js +++ b/src/commands/registration/rest.js @@ -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}} ', description: 'Restart transfer from the specified point. Resets after any STORE or RETRIEVE'