gnu: itcl: Fix typo in description.

* gnu/packages/tcl.scm (itcl)[description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:55:18 +02:00
parent 04c49b2528
commit a1d6d8bcd6
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -143,7 +143,7 @@ (define-public itcl
(description
"[incr Tcl] is a widely used object-oriented system for Tcl. The name is
a play on C++, and [incr Tcl] provides a similar object model, including
multiple inheritence and public and private classes and variables.")
multiple inheritance and public and private classes and variables.")
(license license:public-domain)))
(define-public expect