aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gazelle/manifest/test/test.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gazelle/manifest/test/test.go b/gazelle/manifest/test/test.go
index 8b580b1..207923c 100644
--- a/gazelle/manifest/test/test.go
+++ b/gazelle/manifest/test/test.go
@@ -77,7 +77,7 @@ func main() {
log.Fatalf("ERROR: %v\n", err)
}
log.Fatalf(
- "ERROR: %q is out-of-date, follow the intructions on this file for updating.\n",
+ "ERROR: %q is out-of-date. Follow the update instructions in that file to resolve this.\n",
manifestRealpath)
}
}