summaryrefslogtreecommitdiffstats
path: root/app/command_loadtest.go
diff options
context:
space:
mode:
Diffstat (limited to 'app/command_loadtest.go')
-rw-r--r--app/command_loadtest.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/command_loadtest.go b/app/command_loadtest.go
index 501263d04..e43a7113f 100644
--- a/app/command_loadtest.go
+++ b/app/command_loadtest.go
@@ -204,7 +204,7 @@ func (me *LoadTestProvider) SetupCommand(a *App, args *model.CommandArgs, messag
doFuzz)
}
- return &model.CommandResponse{Text: "Created enviroment", ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL}
+ return &model.CommandResponse{Text: "Created environment", ResponseType: model.COMMAND_RESPONSE_TYPE_EPHEMERAL}
}
func (me *LoadTestProvider) UsersCommand(a *App, args *model.CommandArgs, message string) *model.CommandResponse {