diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-08-31 16:53:27 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-09-03 18:21:43 +0200 |
commit | cfcfc6ab627cbba2d5cd7893352e77d5e3667175 (patch) | |
tree | e6d6620105da2e8d3f3d47b87193cff8b18202dd /gnu/packages/cpp.scm | |
parent | fb458bf3bc98805dfb4a4c16cf4ca9d6d394495c (diff) | |
download | patches-cfcfc6ab627cbba2d5cd7893352e77d5e3667175.tar patches-cfcfc6ab627cbba2d5cd7893352e77d5e3667175.tar.gz |
Fix some typos.
* doc/guix.texi (Sound Services, DNS Services): Fix typos.
* gnu/packages/cpp.scm (json-modern-cxx)[description]: Likewise.
* gnu/packages/emacs.scm (emacs-fancy-narrow)[synopsis, description]:
Likewise. Edit & mark up while we're here.
* gnu/packages/mail.scm (alot)[synopsis, description]: Ditto.
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r-- | gnu/packages/cpp.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 0160e42f6a..d591e6a884 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -236,7 +236,7 @@ as ordering relation.") (build-system cmake-build-system) (synopsis "JSON parser and printer library for C++") (description "JSON for Modern C++ is a C++ JSON library that provides -intutive syntax and trivial integration.") +intuitive syntax and trivial integration.") (license license:expat))) (define-public xtl |