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 @@
|
||||||
(description
|
(description
|
||||||
"[incr Tcl] is a widely used object-oriented system for Tcl. The name is
|
"[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
|
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)))
|
(license license:public-domain)))
|
||||||
|
|
||||||
(define-public expect
|
(define-public expect
|
||||||
|
|
Reference in a new issue