]> cat aescling's git repositories - mastodon.git/commitdiff
Fix typo in tootctl statuses remove (#12603)
authortrwnh <a@trwnh.com>
Thu, 12 Dec 2019 18:50:08 +0000 (12:50 -0600)
committerEugen Rochko <eugen@zeonfederated.com>
Thu, 12 Dec 2019 18:50:08 +0000 (19:50 +0100)
lib/mastodon/statuses_cli.rb

index 7f2fbfa85d438f560c36ca282798de4ca9236234..4d9af0a540e0920fddb672d02daf369042601a97 100644 (file)
@@ -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...')