nckx pushed a commit to branch master
in repository guix.

commit a1d6d8bcd66f1244670a1520cc4c012796054f12
Author: Tobias Geerinckx-Rice <[email protected]>
AuthorDate: Fri Apr 9 19:55:18 2021 +0200

    gnu: itcl: Fix typo in description.
    
    * gnu/packages/tcl.scm (itcl)[description]: Fix typo.
---
 gnu/packages/tcl.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/tcl.scm b/gnu/packages/tcl.scm
index 709b3dd..55a9579 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

Reply via email to