File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -263,7 +263,7 @@ func (repo *Repository) MustOwnerName() string {
263
263
return repo .mustOwnerName (x )
264
264
}
265
265
266
- // MustOwnerNameCtx is similiar MustOwnerName but with a database context
266
+ // MustOwnerNameCtx is similar MustOwnerName but with a database context
267
267
func (repo * Repository ) MustOwnerNameCtx (ctx DBContext ) string {
268
268
return repo .mustOwnerName (ctx .e )
269
269
}
@@ -717,7 +717,7 @@ func (repo *Repository) Link() string {
717
717
return repo .LinkCtx (DefaultDBContext ())
718
718
}
719
719
720
- // LinkCtx is similiar with Link but with database context
720
+ // LinkCtx is similar with Link but with database context
721
721
func (repo * Repository ) LinkCtx (ctx DBContext ) string {
722
722
return setting .AppSubURL + "/" + repo .fullName (ctx .e )
723
723
}
You can’t perform that action at this time.
0 commit comments