diff --git a/CHANGELOG.org b/CHANGELOG.org index 8b961b5a18..cdc31a2b24 100644 --- a/CHANGELOG.org +++ b/CHANGELOG.org @@ -2,7 +2,7 @@ ** Unreleased 8.0.1 * Add [[https://github.com/elixir-tools/credo-language-server][credo-language-server]] * Add support for clojure-ts-mode in clojure-lsp client - * terraform-ls now supports prefill requied fields and the ability to validate on save. + * terraform-ls now supports prefill required fields and the ability to validate on save. * Ignore =.terraform= and =.terragrunt-cache= directories * ~lsp-bash~ now supports ~bash-ts-mode~ * ~lsp-ruby-syntax-tree~, ~lsp-solargraph~, ~lsp-sorbet~, ~lsp-steep~, and ~lsp-typeprof~ now support ~ruby-ts-mode~ diff --git a/clients/lsp-ansible.el b/clients/lsp-ansible.el index 9632a3fe42..1e0c10c4e5 100644 --- a/clients/lsp-ansible.el +++ b/clients/lsp-ansible.el @@ -222,7 +222,7 @@ Pretty print the content of PARAMS." (message "Ansible Language Server metadata: %s" (json-encode params)))) (defun lsp-ansible-show-server-metadata () - "Show informations about Ansible environment used by the Ansible Language Server." + "Show information about Ansible environment used by the Ansible Language Server." (interactive) (lsp-notify "update/ansible-metadata" nil)) diff --git a/clients/lsp-csharp.el b/clients/lsp-csharp.el index 8ed948425f..d2c73736d0 100644 --- a/clients/lsp-csharp.el +++ b/clients/lsp-csharp.el @@ -56,7 +56,7 @@ Set this if you have the binary installed or have it built yourself." (defcustom lsp-csharp-test-run-buffer-name "*lsp-csharp test run*" - "The name of buffer used for outputing lsp-csharp test run results." + "The name of buffer used for outputting lsp-csharp test run results." :group 'lsp-csharp-omnisharp :type 'string) diff --git a/clients/lsp-kotlin.el b/clients/lsp-kotlin.el index 4fa21ff524..8de8508411 100644 --- a/clients/lsp-kotlin.el +++ b/clients/lsp-kotlin.el @@ -202,8 +202,8 @@ to Kotlin." (ivy-read message (mapcar #'car items) :action (lambda (c) (setq result (list (cdr (assoc c items))))) :multi-action - (lambda (canditates) - (setq result (mapcar (lambda (c) (cdr (assoc c items))) canditates)))) + (lambda (candidates) + (setq result (mapcar (lambda (c) (cdr (assoc c items))) candidates)))) result) (let ((deps initial-selection) dep) (while (setq dep (cl-rest (lsp--completing-read diff --git a/clients/lsp-sml.el b/clients/lsp-sml.el index 63a951e57c..cc3a60b43e 100644 --- a/clients/lsp-sml.el +++ b/clients/lsp-sml.el @@ -3,7 +3,7 @@ ;; Copyright (c) 2023 Ariel Davis ;; Author: Ariel Davis -;; Keywords: langauges, lsp, sml, standard-ml, millet +;; Keywords: languages, lsp, sml, standard-ml, millet ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by @@ -46,7 +46,7 @@ How to format open SML files on save." "What diagnostics to send per file." :type '(choice (const :tag "No filter, i.e. all available diagnostics are sent." "none") (const :tag "If there are syntax errors (lex, parse, etc), -send only those, and do not send e.g. statics diagnostics." "syntax")) +send only those, and do not send e.g. statistics diagnostics." "syntax")) :group 'lsp-sml) (defcustom lsp-sml-millet-server-diagnostics-moreInfoHint-enable t diff --git a/clients/lsp-yaml.el b/clients/lsp-yaml.el index e27b6105d1..24db7e511e 100644 --- a/clients/lsp-yaml.el +++ b/clients/lsp-yaml.el @@ -114,7 +114,7 @@ (defcustom lsp-yaml-schema-store-local-db (expand-file-name (locate-user-emacs-file (f-join ".cache" "lsp" "lsp-yaml-schemas.json"))) - "Cached databse of schema store." + "Cached database of schema store." :type 'file :group 'lsp-yaml) diff --git a/lsp-completion.el b/lsp-completion.el index 82708e2bda..97b1555a05 100644 --- a/lsp-completion.el +++ b/lsp-completion.el @@ -667,7 +667,7 @@ The return is nil or in range of (0, inf)." "Update score variables given match range (A B)." (setq score-numerator (+ score-numerator (- b a))) (unless (= a len) - ;; case mis-match will be pushed to near next rank + ;; case mismatch will be pushed to near next rank (unless (equal (aref query q-ind) (aref str a)) (cl-incf a 0.9)) (setq score-denominator diff --git a/lsp-headerline.el b/lsp-headerline.el index 5a43348662..31a4125b0e 100644 --- a/lsp-headerline.el +++ b/lsp-headerline.el @@ -302,7 +302,7 @@ PATH is the current folder to be checked." 'lsp-headerline-breadcrumb-path-face)) (defun lsp-headerline--severity-level-for-range (range) - "Get the severiy level for RANGE." + "Get the severity level for RANGE." (let ((range-severity 10)) (mapc (-lambda ((&Diagnostic :range (&Range :start) :severity?)) (when (lsp-point-in-range? start range) diff --git a/lsp-ido.el b/lsp-ido.el index ac34dd759c..7a354312de 100644 --- a/lsp-ido.el +++ b/lsp-ido.el @@ -59,7 +59,7 @@ "Evnt" ; Event - 24 "Op " ; Operator - 25 "TPar"] ; TypeParameter - 26 - "A vector of 26 itens representing the SymbolKind." + "A vector of 26 items representing the SymbolKind." :group 'lsp-ido :type 'vector) diff --git a/lsp-mode.el b/lsp-mode.el index 4cbd5f7467..ff11828ca3 100644 --- a/lsp-mode.el +++ b/lsp-mode.el @@ -680,7 +680,7 @@ are determined by the index of the element." (const :tag "Method" Method) (const :tag "Property" Property) (const :tag "Field" Field) - (const :tag "Constructor" Constuctor) + (const :tag "Constructor" Constructor) (const :tag "Enum" Enum) (const :tag "Interface" Interface) (const :tag "Function" Function) @@ -6881,7 +6881,7 @@ information, for example if it doesn't support DocumentSymbols." :type 'boolean) (defface lsp-details-face '((t :height 0.8 :inherit shadow)) - "Used to display additional information troughout `lsp'. + "Used to display additional information throughout `lsp'. Things like line numbers, signatures, ... are considered additional information. Often, additional faces are defined that inherit from this face by default, like `lsp-signature-face', and @@ -8148,7 +8148,7 @@ nil." SET-EXECUTABLE? when non-nil change the executable flags of STORE-PATH to make it executable. BINARY-PATH can be specified when the binary to start does not match the name of the -archieve(e. g. when the archieve has multiple files)" +archive (e.g. when the archive has multiple files)" (let ((store-path (or (lsp-resolve-value binary-path) (lsp-resolve-value store-path)))) (cond @@ -8615,7 +8615,7 @@ When ALL is t, erase all log buffers of the running session." (lambda () (cond (result (lsp--parser-on-message result workspace)) - (err (warn "Json parsing failed with the following erorr: %s" err)) + (err (warn "Json parsing failed with the following error: %s" err)) (done (lsp--handle-process-exit workspace "")))))) :object-type object-type :null-object nil @@ -9332,7 +9332,7 @@ This avoids overloading the server with many files when starting Emacs." (flycheck-add-mode 'lsp mode))) (defun lsp-progress-spinner-type () - "Retrive the spinner type value, if value is not a symbol of `spinner-types + "Retrieve the spinner type value, if value is not a symbol of `spinner-types defaults to `progress-bar." (or (car (assoc lsp-progress-spinner-type spinner-types)) 'progress-bar)) @@ -9615,7 +9615,7 @@ string." ;;;###autoload (defun lsp-start-plain () - "Start `lsp-mode' using mininal configuration using the latest `melpa' version + "Start `lsp-mode' using minimal configuration using the latest `melpa' version of the packages. In case the major-mode that you are using for " diff --git a/lsp-protocol.el b/lsp-protocol.el index 451747a0ab..72815eeb22 100644 --- a/lsp-protocol.el +++ b/lsp-protocol.el @@ -21,7 +21,7 @@ ;;; Commentary: ;; Autogenerated bindings from lsp4j using -;; https://github.com/victools/jsonschema-generator+scrips to generate +;; https://github.com/victools/jsonschema-generator+scripts to generate ;; scripts/generated.protocol.schema.json and then ;; scripts/lsp-generate-bindings.el diff --git a/test/lsp-methods-test.el b/test/lsp-methods-test.el index 37ea1dcaa3..d130c6d284 100644 --- a/test/lsp-methods-test.el +++ b/test/lsp-methods-test.el @@ -306,7 +306,7 @@ private void extracted() { ;;; `lsp-rename' (defmacro lsp-test--simulated-input (keys &rest body) "Execute body, while simulating the pressing of KEYS. -KEYS is passed to `execute-kbd-macro', after being run trough +KEYS is passed to `execute-kbd-macro', after being run through `kbd'. Returns the result of the last BODY form." (declare (indent 1)) `(let (result)