aboutsummaryrefslogtreecommitdiffstats
path: root/routers
diff options
context:
space:
mode:
authorzeripath <art27@cantab.net>2022-06-01 04:06:31 +0100
committerGitHub <noreply@github.com>2022-06-01 04:06:31 +0100
commitd002e3da008ec6945a405e4f14941bd42a341494 (patch)
treed367f8b51891aa224e325ca645106d5988885fcd /routers
parent730b9a5a624651e4821a043fe3f596c92be2df01 (diff)
downloadgitea-d002e3da008ec6945a405e4f14941bd42a341494.tar.gz
gitea-d002e3da008ec6945a405e4f14941bd42a341494.zip
Fix spelling mistake in ProcReceive (#19853)
There was a spelling mistake in the ProcReceive handler. This PR fixes this.
Diffstat (limited to 'routers')
-rw-r--r--routers/private/hook_proc_receive.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/private/hook_proc_receive.go b/routers/private/hook_proc_receive.go
index e427a55c56..81dbc1fd18 100644
--- a/routers/private/hook_proc_receive.go
+++ b/routers/private/hook_proc_receive.go
@@ -23,7 +23,7 @@ func HookProcReceive(ctx *gitea_context.PrivateContext) {
return
}
- results := agit.ProcRecive(ctx, opts)
+ results := agit.ProcReceive(ctx, opts)
if ctx.Written() {
return
}