Skip to content

Commit de0f30d

Browse files
committed
fix spell
1 parent 21d8318 commit de0f30d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

routers/web/repo/view_home.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ func Home(ctx *context.Context) {
314314
ctx.Data["RepositoryUploadEnabled"] = setting.Repository.Upload.Enabled // show New File / Upload File buttons
315315

316316
if ctx.Repo.Commit == nil || ctx.Repo.Repository.IsEmpty || ctx.Repo.Repository.IsBroken() {
317-
// emtpy or broken repositories need to be handled differently
317+
// empty or broken repositories need to be handled differently
318318
handleRepoEmptyOrBroken(ctx)
319319
return
320320
}

0 commit comments

Comments
 (0)