about summary refs log tree commit diff
diff options
context:
space:
mode:
authortrwnh <a@trwnh.com>2019-12-12 12:50:08 -0600
committerEugen Rochko <eugen@zeonfederated.com>2019-12-12 19:50:08 +0100
commit1c1028321795461cb72a60bb7bc1e3479bb21bb9 (patch)
treeec386b94c4d2649cf4b968bcace4ab6133d66d7c
parentfb17814d4a26419846be56202452fb12ed91d9ae (diff)
Fix typo in tootctl statuses remove (#12603)
-rw-r--r--lib/mastodon/statuses_cli.rb2
1 files changed, 1 insertions, 1 deletions
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...')