diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:55:18 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:32 +0200 |
commit | a1d6d8bcd66f1244670a1520cc4c012796054f12 (patch) | |
tree | 12c97ca19133b77a5f228f8f72642c3c05653e60 | |
parent | 04c49b252844a5e7ff1d23ec412d1223f8bb0d99 (diff) | |
download | guix-a1d6d8bcd66f1244670a1520cc4c012796054f12.tar.gz |
gnu: itcl: Fix typo in description.
* gnu/packages/tcl.scm (itcl)[description]: Fix typo.
-rw-r--r-- | gnu/packages/tcl.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm index 709b3dd603..55a95792cb 100644 --- a/gnu/packages/tcl.scm +++ b/gnu/packages/tcl.scm @@ -143,7 +143,7 @@ (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 |