diff options
Diffstat (limited to 'models/repo.go')
-rw-r--r-- | models/repo.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/models/repo.go b/models/repo.go index 009e7a457d..e158dc12dd 100644 --- a/models/repo.go +++ b/models/repo.go @@ -1616,7 +1616,7 @@ func DeleteRepository(doer *User, uid, repoID int64) error { sess.Close() // We should always delete the files after the database transaction succeed. If - // we delete the file but the database rollback, the repository will be borken. + // we delete the file but the database rollback, the repository will be broken. // Remove issue attachment files. for i := range attachmentPaths { |