mirror of
				https://github.com/osmarks/mycorrhiza.git
				synced 2025-11-04 01:23:02 +00:00 
			
		
		
		
	Fix more typos
This commit is contained in:
		@@ -12,7 +12,7 @@ import (
 | 
			
		||||
type LinkType int
 | 
			
		||||
 | 
			
		||||
const (
 | 
			
		||||
	LinkInavild LinkType = iota
 | 
			
		||||
	LinkInvalid LinkType = iota
 | 
			
		||||
	// LinkLocalRoot is a link like "/list", "/user-list", etc.
 | 
			
		||||
	LinkLocalRoot
 | 
			
		||||
	// LinkLocalHypha is a link like "test", "../test", etc.
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user