emacs-diffs
[Top][All Lists]
Advanced

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

master 7c4cad3230 2/3: Fix ert-run-tests-batch-and-exit doc string typo


From: Lars Ingebrigtsen
Subject: master 7c4cad3230 2/3: Fix ert-run-tests-batch-and-exit doc string typo
Date: Tue, 24 May 2022 21:25:37 -0400 (EDT)

branch: master
commit 7c4cad323090acd09604c511a31a35c99452f5ce
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Fix ert-run-tests-batch-and-exit doc string typo
    
    * lisp/emacs-lisp/ert.el (ert-run-tests-batch-and-exit): Fix doc
    string typo.
---
 lisp/emacs-lisp/ert.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/emacs-lisp/ert.el b/lisp/emacs-lisp/ert.el
index 0451be272a..82722add42 100644
--- a/lisp/emacs-lisp/ert.el
+++ b/lisp/emacs-lisp/ert.el
@@ -1533,7 +1533,7 @@ Returns the stats object."
   "Like `ert-run-tests-batch', but exits Emacs when done.
 
 The exit status will be 0 if all test results were as expected, 1
-son unexpected results, or 2 if the tool detected an error outside
+on unexpected results, or 2 if the tool detected an error outside
 of the tests (e.g. invalid SELECTOR or bug in the code that runs
 the tests)."
   (or noninteractive



reply via email to

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