branch: externals-release/org
commit 641d5c2bc0351d11f5e95ac109ce96598f10c061
Author: Rudolf Adamkovič <rud...@adamkovic.org>
Commit: Ihor Radchenko <yanta...@posteo.net>

    org-lint: Fix a typo in a checker summary
    
    * lisp/org-lint.el (duplicate-custom-id): Fix a typo in the summary of
    the `duplicate-custom-id' checker, and the corresponding comment.
---
 lisp/org-lint.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/org-lint.el b/lisp/org-lint.el
index e17f522565..010037c624 100644
--- a/lisp/org-lint.el
+++ b/lisp/org-lint.el
@@ -37,7 +37,7 @@
 
 ;; Checks currently implemented report the following:
 
-;; - duplicates CUSTOM_ID properties,
+;; - duplicate CUSTOM_ID properties,
 ;; - duplicate NAME values,
 ;; - duplicate targets,
 ;; - duplicate footnote definitions,
@@ -1557,7 +1557,7 @@ AST is the buffer parse tree."
   #'org-lint-misplaced-heading :trust 'low)
 
 (org-lint-add-checker 'duplicate-custom-id
-  "Report duplicates CUSTOM_ID properties"
+  "Report duplicate CUSTOM_ID properties"
   #'org-lint-duplicate-custom-id
   :categories '(link))
 

Reply via email to