浏览代码

org-colview: Fix typo in docstring

* lisp/org-colview.el (org-columns-summary-types): Fix typo.
Nicolas Goaziou 7 年之前
父节点
当前提交
da26490208
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      lisp/org-colview.el

+ 1 - 1
lisp/org-colview.el

@@ -68,7 +68,7 @@ or nil if the normal value should be used."
   "Alist between operators and summarize functions.
   "Alist between operators and summarize functions.
 
 
 Each association follows the pattern (LABEL . SUMMARIZE),
 Each association follows the pattern (LABEL . SUMMARIZE),
-or (LABEL SUMMARISE COLLECT) where
+or (LABEL SUMMARIZE COLLECT) where
 
 
   LABEL is a string used in #+COLUMNS definition describing the
   LABEL is a string used in #+COLUMNS definition describing the
   summary type.  It can contain any character but \"}\".  It is
   summary type.  It can contain any character but \"}\".  It is