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

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

[nongnu] elpa/rust-mode 1f8a763 446/486: Fix typos


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 1f8a763 446/486: Fix typos
Date: Sat, 7 Aug 2021 09:26:11 -0400 (EDT)

branch: elpa/rust-mode
commit 1f8a7631da96423fc08734fcee8db6055a3d0e31
Author: Jonas Bernoulli <jonas@bernoul.li>
Commit: Nathan Moreau <nathan.moreau@m4x.org>

    Fix typos
---
 rust-mode-tests.el | 2 +-
 rust-mode.el       | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/rust-mode-tests.el b/rust-mode-tests.el
index d0fb27a..4860941 100644
--- a/rust-mode-tests.el
+++ b/rust-mode-tests.el
@@ -1221,7 +1221,7 @@ fn test4();")
     ;; Insert 150 separate comments on the same line
     (dotimes (i 150)
       (insert "/* foo */ "))
-    ;; Rewinding from the last commment to the end of the let needs at least
+    ;; Rewinding from the last comment to the end of the let needs at least
     ;; 150 iterations, but if we limit the stack depth to 100 (this appears to
     ;; be some minimum), a recursive function would overflow, throwing an
     ;; error.
diff --git a/rust-mode.el b/rust-mode.el
index 631e51c..1aa4e2e 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -205,7 +205,7 @@ to the function arguments.  When nil, `->' will be indented 
one level."
   :group 'rust-mode)
 
 (defcustom rust-format-goto-problem t
-  "Jump to location of first detected probem when formatting buffer."
+  "Jump to location of first detected problem when formatting buffer."
   :type 'boolean
   :safe #'booleanp
   :group 'rust-mode)



reply via email to

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