gnu: bfs: Fix Texinfo typo.

* gnu/packages/admin.scm (bfs)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2023-10-29 02:00:00 +02:00
parent d553249f72
commit ac0b2471e9
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6035,6 +6035,6 @@ (define-public bfs
(description (description
"Bfs is a variant of the UNIX @command{find} command that operates "Bfs is a variant of the UNIX @command{find} command that operates
breadth-first rather than depth-first. It is otherwise compatible with many breadth-first rather than depth-first. It is otherwise compatible with many
versions of command{find}, including POSIX, GNU, and *BSD find.") versions of @command{find}, including POSIX, GNU, and *BSD find.")
(home-page "https://tavianator.com/projects/bfs.html") (home-page "https://tavianator.com/projects/bfs.html")
(license license:bsd-0))) (license license:bsd-0)))