mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: itcl: Fix typo in description.
* gnu/packages/tcl.scm (itcl)[description]: Fix typo.
This commit is contained in:
parent
04c49b2528
commit
a1d6d8bcd6
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue