mirror of
				https://gitee.com/gitea/gitea
				synced 2025-11-04 08:30:25 +08:00 
			
		
		
		
	fix typos (#12545)
* fix typo in app.ini * fix typo in git hook module Co-authored-by: techknowlogick <techknowlogick@gitea.io>
This commit is contained in:
		@@ -985,7 +985,7 @@ NAMES = English,简体中文,繁體中文(香港),繁體中文(台灣),D
 | 
				
			|||||||
; Two Factor authentication with security keys
 | 
					; Two Factor authentication with security keys
 | 
				
			||||||
; https://developers.yubico.com/U2F/App_ID.html
 | 
					; https://developers.yubico.com/U2F/App_ID.html
 | 
				
			||||||
;APP_ID = http://localhost:3000/
 | 
					;APP_ID = http://localhost:3000/
 | 
				
			||||||
; Comma seperated list of trusted facets
 | 
					; Comma separated list of trusted facets
 | 
				
			||||||
;TRUSTED_FACETS = http://localhost:3000/
 | 
					;TRUSTED_FACETS = http://localhost:3000/
 | 
				
			||||||
 | 
					
 | 
				
			||||||
; Extension mapping to highlight class
 | 
					; Extension mapping to highlight class
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -125,7 +125,7 @@ const (
 | 
				
			|||||||
	HookPathUpdate = "hooks/update"
 | 
						HookPathUpdate = "hooks/update"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// SetUpdateHook writes given content to update hook of the reposiotry.
 | 
					// SetUpdateHook writes given content to update hook of the repository.
 | 
				
			||||||
func SetUpdateHook(repoPath, content string) (err error) {
 | 
					func SetUpdateHook(repoPath, content string) (err error) {
 | 
				
			||||||
	log("Setting update hook: %s", repoPath)
 | 
						log("Setting update hook: %s", repoPath)
 | 
				
			||||||
	hookPath := path.Join(repoPath, HookPathUpdate)
 | 
						hookPath := path.Join(repoPath, HookPathUpdate)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user