cook: typofix in boilerplate

Junio C Hamano committed Mar 14, 2026 at 21:27 UTC a621affcfaf61cd04f3c84df139df73cc7474b4b
1 file changed +7 -6
cook
+7 -6
@@ -382,12 +382,13 @@ sub blurb_text {
382 $text ||= <<'EOF';
383 Here are the topics that have been cooking in my tree. Commits
384 prefixed with '+' are in 'next' (being in 'next' is a sign that a
385 -topic is stable enough to be used and are candidate to be in a future
386 -release). Commits prefixed with '-' are only in 'seen', and aren't
387 -considered "accepted" at all and may be annotated with an URL to a
388 -message that raises issues but they are no means exhaustive. A
389 -topic without enough support may be discarded after a long period of
390 -no activity.
385 +topic is stable enough to be used and is a candidate to be in a
386 +future release). Commits prefixed with '-' are only in 'seen', and
387 +aren't considered "accepted" at all and may be annotated with a URL
388 +to a message that raises issues but they are by no means exhaustive.
389 +A topic without enough support may be discarded after a long period
390 +of no activity (of course they can be resubmitted when new interests
391 +arise).
392
393 Copies of the source code to Git live in many repositories, and the
394 following is a list of the ones I push into or their mirrors. Some