git: 2b800f3c80 - main - license-guide: fix doubled word

Warner Losh <[email protected]> Mon, 03 Aug 2026 04:57:20 +0000
Newsgroups gmane.os.freebsd.devel.cvs.doc
Message-ID <[email protected]>
The branch main has been updated by imp:

URL: https://cgit.FreeBSD.org/doc/commit/?id=2b800f3c80bed9e603acc9e106009da597103b13

commit 2b800f3c80bed9e603acc9e106009da597103b13
Author:     Warner Losh <[email protected]>
AuthorDate: 2026-08-03 04:55:10 +0000
Commit:     Warner Losh <[email protected]>
CommitDate: 2026-08-03 04:55:10 +0000

    license-guide: fix doubled word
    
    full takes takes -> full text takes
    
    Sponsored by:           Netflix
---
 documentation/content/en/articles/license-guide/_index.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation/content/en/articles/license-guide/_index.adoc b/documentation/content/en/articles/license-guide/_index.adoc
index e821f532c0..4fb86d1537 100644
--- a/documentation/content/en/articles/license-guide/_index.adoc
+++ b/documentation/content/en/articles/license-guide/_index.adoc
@@ -65,7 +65,7 @@ The FreeBSD Project uses this text as the preferred license:
 ....
 
 The preferred order is the copyright notice first, followed by the SPDX-License-Identifier, but either order is acceptable.
-When both SPDX-License-Identifier and the full text of the license are present, the full takes takes priority and the SPDX-License-Identifier is informational only.
+When both SPDX-License-Identifier and the full text of the license are present, the full text takes priority and the SPDX-License-Identifier is informational only.
 When both are present, the SPDX-License-Identifier will often preceed the copyright and license text.
 
 The FreeBSD project does not allow using the "advertising clause" in new code.