From 7c0862b6d9b2258692bd4dc2b94554d255fd505c Mon Sep 17 00:00:00 2001 From: Success Date: Fri, 21 Aug 2020 01:41:08 +0800 Subject: fix typos (#12545) * fix typo in app.ini * fix typo in git hook module Co-authored-by: techknowlogick --- modules/git/hook.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/git') diff --git a/modules/git/hook.go b/modules/git/hook.go index 7b75405901..2b9f90efd3 100644 --- a/modules/git/hook.go +++ b/modules/git/hook.go @@ -125,7 +125,7 @@ const ( 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) { log("Setting update hook: %s", repoPath) hookPath := path.Join(repoPath, HookPathUpdate) -- cgit v1.2.3