summaryrefslogtreecommitdiffstats
path: root/routers/dashboard.go
diff options
context:
space:
mode:
Diffstat (limited to 'routers/dashboard.go')
-rw-r--r--routers/dashboard.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dashboard.go b/routers/dashboard.go
index 438d03794b..7daa0e7ba9 100644
--- a/routers/dashboard.go
+++ b/routers/dashboard.go
@@ -26,7 +26,7 @@ func Home(ctx *middleware.Context) {
ctx.Data["PageIsHome"] = true
- // Show recent updated repositoires for new visiters.
+ // Show recent updated repositories for new visitors.
repos, err := models.GetRecentUpdatedRepositories()
if err != nil {
ctx.Handle(500, "dashboard.Home(GetRecentUpdatedRepositories)", err)