emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/spinner 3fa5fff 5/6: Merge pull request #20 from tarsii


From: Artur Malabarba
Subject: [elpa] externals/spinner 3fa5fff 5/6: Merge pull request #20 from tarsiiformes/typos
Date: Thu, 1 Jul 2021 17:41:13 -0400 (EDT)

branch: externals/spinner
commit 3fa5fff758d4be482a2c1fed8a159a304be0f0d6
Merge: b917046 6b8ea32
Author: Artur Malabarba <artur@endlessparentheses.com>
Commit: GitHub <noreply@github.com>

    Merge pull request #20 from tarsiiformes/typos
    
    Fix typos
---
 spinner.el | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/spinner.el b/spinner.el
index 9551a7b..d40563e 100644
--- a/spinner.el
+++ b/spinner.el
@@ -127,7 +127,7 @@ vector, the spinner itself.")
 (defun spinner-make-progress-bar (width &optional char)
   "Return a vector of strings of the given WIDTH.
 The vector is a valid spinner type and is similar to the
-`progress-bar' spinner, except without the sorrounding brackets.
+`progress-bar' spinner, except without the surrounding brackets.
 CHAR is the character to use for the moving bar (defaults to =)."
   (let ((whole-string (concat (make-string (1- width) ?\s)
                               (make-string 4 (or char ?=))
@@ -136,7 +136,7 @@ CHAR is the character to use for the moving bar (defaults 
to =)."
                             (number-sequence (+ width 3) 0 -1)))))
 
 (defvar spinner-current nil
-  "Spinner curently being displayed on the `mode-line-process'.")
+  "Spinner currently being displayed on the `mode-line-process'.")
 (make-variable-buffer-local 'spinner-current)
 
 (defconst spinner--mode-line-construct
@@ -206,7 +206,7 @@ buffer, use that instead of current buffer.
 
 When started, in order to function properly, the spinner runs a
 timer which periodically calls `force-mode-line-update' in the
-curent buffer.  If BUFFER-LOCAL was set at creation time, then
+current buffer.  If BUFFER-LOCAL was set at creation time, then
 `force-mode-line-update' is called in that buffer instead.  When
 the spinner is stopped, the timer is deactivated.
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]