diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:00 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-05-22 02:00:36 +0200 |
commit | 47f29069fca455bffd2a0544c5245b4c2a38fbe6 (patch) | |
tree | 12e7374da64753ef7b1ac35cdfb58cf72c27f05b | |
parent | a504a446f07489126271eb8eb026579a8f526f8a (diff) |
gnu: libobjc2: Fix typo in description.
* gnu/packages/gnustep.scm (libobjc2)[description]:
Fix ‘replacment’ typo.
-rw-r--r-- | gnu/packages/gnustep.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnustep.scm b/gnu/packages/gnustep.scm index 0314983559..ba7060504c 100644 --- a/gnu/packages/gnustep.scm +++ b/gnu/packages/gnustep.scm @@ -98,7 +98,7 @@ to easily create cross-compiled binaries.") (home-page "http://www.gnustep.org/") (synopsis "Objective-C runtime library for Clang") (description "Libobjc2 is an Objective-C runtime library designed as a -drop-in replacment for GCC runtime. It supports following features beyond +drop-in replacement for GCC runtime. It supports following features beyond GCC runtime. @itemize |