diff --git a/gazelle/manifest/test/test.go b/gazelle/manifest/test/test.go index 8b580b14fc..207923c3ff 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) } }