aboutsummaryrefslogtreecommitdiffstats
path: root/modules/doctor/fix16961.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/doctor/fix16961.go')
-rw-r--r--modules/doctor/fix16961.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/doctor/fix16961.go b/modules/doctor/fix16961.go
index 4797c97ef3..56d02ae92e 100644
--- a/modules/doctor/fix16961.go
+++ b/modules/doctor/fix16961.go
@@ -297,7 +297,7 @@ func fixBrokenRepoUnits16961(logger log.Logger, autofix bool) error {
)
if err != nil {
- logger.Critical("Unable to iterate acrosss repounits to fix the broken units: Error %v", err)
+ logger.Critical("Unable to iterate across repounits to fix the broken units: Error %v", err)
return err
}