aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2019-04-16 23:14:09 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2019-04-17 03:21:08 +0200
commit881a3521f6121eb8270de63fb08daf13633f1a58 (patch)
treef8d957a630dbdc0a1f5852197530fdf4e4b6c420
parent4bee557d4346a366fb27d2352f899f1e1ec723cc (diff)
downloadguix-881a3521f6121eb8270de63fb08daf13633f1a58.tar
guix-881a3521f6121eb8270de63fb08daf13633f1a58.tar.gz
gnu: emacs-irony-mode: Fix typo in description.
* gnu/packages/emacs-xyz.scm (emacs-irony-mode)[description]: Re-spell ‘resistent’.
-rw-r--r--gnu/packages/emacs-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 7aec695205..54663496fe 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -2899,7 +2899,7 @@ These are distributed in separate files and can be used individually.")
(description "Irony-mode provides Clang-assisted syntax checking and
completion for C, C++, and ObjC in GNU Emacs. Using @code{libclang} it can
provide syntax checking and autocompletion on compiler level which is very
-resistent against false positives. It also integrates well with other
+resistant against false positives. It also integrates well with other
packages like @code{eldoc-mode} and especially @code{company-mode} as
described on the homepage.")
(license license:gpl3+)))