From 1c1028321795461cb72a60bb7bc1e3479bb21bb9 Mon Sep 17 00:00:00 2001 From: trwnh Date: Thu, 12 Dec 2019 12:50:08 -0600 Subject: [PATCH] Fix typo in tootctl statuses remove (#12603) --- lib/mastodon/statuses_cli.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mastodon/statuses_cli.rb b/lib/mastodon/statuses_cli.rb index 7f2fbfa85..4d9af0a54 100644 --- a/lib/mastodon/statuses_cli.rb +++ b/lib/mastodon/statuses_cli.rb @@ -20,7 +20,7 @@ module Mastodon by someone locally but no longer are. This is a computationally heavy procedure that creates extra database - indicides before commencing, and removes them afterward. + indices before commencing, and removes them afterward. LONG_DESC def remove say('Creating temporary database indices...')