From 2baff98ce810555e9f39442f1debcda3cb4d3f55 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Sun, 22 May 2022 02:00:01 +0200 Subject: gnu: node-inherits: Fix typo in description. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/node-xyz.scm (node-inherits)[description]: Fix ‘constructer’ typo. --- gnu/packages/node-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/node-xyz.scm') diff --git a/gnu/packages/node-xyz.scm b/gnu/packages/node-xyz.scm index 87892410f9..9dcb5c3d16 100644 --- a/gnu/packages/node-xyz.scm +++ b/gnu/packages/node-xyz.scm @@ -391,7 +391,7 @@ if desired.") (home-page "https://github.com/isaacs/inherits") (synopsis "Browser-friendly object inheritance") (description "This package provides an alternative implementation of -Node's @code{inherits} constructer that can be used in browsers, while +Node's @code{inherits} constructor that can be used in browsers, while defaulting to Node's implementation otherwise.") (license license:isc))) -- cgit v1.2.3