Skip to content
Snippets Groups Projects
Unverified Commit 881a3521 authored by Tobias Geerinckx-Rice's avatar Tobias Geerinckx-Rice
Browse files

gnu: emacs-irony-mode: Fix typo in description.

* gnu/packages/emacs-xyz.scm (emacs-irony-mode)[description]:
Re-spell ‘resistent’.
parent 4bee557d
No related branches found
No related tags found
No related merge requests found
......@@ -2899,7 +2899,7 @@ (define-public emacs-irony-mode
(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+)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment