gnu: sbcl-trivial-backtrace: Fix typo in description.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-backtrace)[description]: Replace "On" with "One".master
parent
1339a03b6d
commit
d35a0f1452
|
@ -3548,7 +3548,7 @@ client and server.")
|
||||||
(home-page "https://common-lisp.net/project/trivial-backtrace/")
|
(home-page "https://common-lisp.net/project/trivial-backtrace/")
|
||||||
(synopsis "Portable simple API to work with backtraces in Common Lisp")
|
(synopsis "Portable simple API to work with backtraces in Common Lisp")
|
||||||
(description
|
(description
|
||||||
"On of the many things that didn't quite get into the Common Lisp
|
"One of the many things that didn't quite get into the Common Lisp
|
||||||
standard was how to get a Lisp to output its call stack when something has
|
standard was how to get a Lisp to output its call stack when something has
|
||||||
gone wrong. As such, each Lisp has developed its own notion of what to
|
gone wrong. As such, each Lisp has developed its own notion of what to
|
||||||
display, how to display it, and what sort of arguments can be used to
|
display, how to display it, and what sort of arguments can be used to
|
||||||
|
|
Reference in New Issue