diff --git a/src/task/rake.ts b/src/task/rake.ts index fe1ef3e5c..e9104688d 100644 --- a/src/task/rake.ts +++ b/src/task/rake.ts @@ -133,7 +133,7 @@ async function getRakeTasks(): Promise { if (err.stdout) { channel.appendLine(err.stdout); } - channel.appendLine('Auto detecting rake tasts failed.'); + channel.appendLine('Auto detecting rake tasks failed.'); channel.show(true); return emptyTasks; }