mirror of
https://github.com/go-gitea/gitea.git
synced 2026-09-08 22:13:26 +09:00
chore(typo): fix grammar in comments, API docs and error messages (#38370)
This commit is contained in:
@@ -49,7 +49,7 @@ type RepositoryDumper struct {
|
||||
prHeadCache map[string]string
|
||||
}
|
||||
|
||||
// NewRepositoryDumper creates an gitea Uploader
|
||||
// NewRepositoryDumper creates a gitea Uploader
|
||||
func NewRepositoryDumper(ctx context.Context, baseDir, repoOwner, repoName string, opts base.MigrateOptions) (*RepositoryDumper, error) {
|
||||
baseDir = filepath.Join(baseDir, repoOwner, repoName)
|
||||
if err := os.MkdirAll(baseDir, os.ModePerm); err != nil {
|
||||
|
||||
Reference in New Issue
Block a user