Skip to content

Commit 7c0862b

Browse files
fix typos (#12545)
* fix typo in app.ini * fix typo in git hook module Co-authored-by: techknowlogick <[email protected]>
1 parent 69a77b2 commit 7c0862b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom/conf/app.example.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -985,7 +985,7 @@ NAMES = English,简体中文,繁體中文(香港),繁體中文(台灣),D
985985
; Two Factor authentication with security keys
986986
; https://developers.yubico.com/U2F/App_ID.html
987987
;APP_ID = http://localhost:3000/
988-
; Comma seperated list of trusted facets
988+
; Comma separated list of trusted facets
989989
;TRUSTED_FACETS = http://localhost:3000/
990990

991991
; Extension mapping to highlight class

modules/git/hook.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ const (
125125
HookPathUpdate = "hooks/update"
126126
)
127127

128-
// SetUpdateHook writes given content to update hook of the reposiotry.
128+
// SetUpdateHook writes given content to update hook of the repository.
129129
func SetUpdateHook(repoPath, content string) (err error) {
130130
log("Setting update hook: %s", repoPath)
131131
hookPath := path.Join(repoPath, HookPathUpdate)

0 commit comments

Comments
 (0)