gnu: emacs-lsp-mode: Fix typo "implementation".

* gnu/packages/emacs-xyz (emacs-lsp-mode)[description]: Fix typo.
master
Vagrant Cascadian 2019-05-22 16:29:54 -07:00
parent 4dc559ab49
commit b9c0d5446c
No known key found for this signature in database
GPG Key ID: DC518FC87F9716AA
1 changed files with 1 additions and 1 deletions

View File

@ -14442,7 +14442,7 @@ the standard @code{Dockerfile} file format.")
("emacs-spinner" ,emacs-spinner)))
(home-page "https://github.com/emacs-lsp/lsp-mode")
(synopsis "Emacs client and library for the Language Server Protocol")
(description "@code{LSP-mode} is a client and library implmentation for
(description "@code{LSP-mode} is a client and library implementation for
the Language Server Protocol. This mode aims to provide an IDE-like
experience by providing optional integration with other popular Emacs packages
like @code{company}, @code{flycheck}, and @code{projectile}.")