forked from cybrespace/mastodon
		
	Fix typo in tootctl statuses remove (#12603)
This commit is contained in:
		
							parent
							
								
									fb17814d4a
								
							
						
					
					
						commit
						1c10283217
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
					@ -20,7 +20,7 @@ module Mastodon
 | 
				
			||||||
      by someone locally but no longer are.
 | 
					      by someone locally but no longer are.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
      This is a computationally heavy procedure that creates extra database
 | 
					      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
 | 
					    LONG_DESC
 | 
				
			||||||
    def remove
 | 
					    def remove
 | 
				
			||||||
      say('Creating temporary database indices...')
 | 
					      say('Creating temporary database indices...')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue