mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 16:40:24 +08:00 
			
		
		
		
	Fix spelling errors in comments.
This commit is contained in:
		@@ -453,7 +453,7 @@ func RequireTrueOwner() macaron.Handler {
 | 
			
		||||
	}
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// GitHookService checks if repsitory Git hooks service has been enabled.
 | 
			
		||||
// GitHookService checks if repository Git hooks service has been enabled.
 | 
			
		||||
func GitHookService() macaron.Handler {
 | 
			
		||||
	return func(ctx *Context) {
 | 
			
		||||
		if !ctx.User.AllowGitHook && !ctx.User.IsAdmin {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user