From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bernt Hansen Subject: [PATCH] Fix spelling on org-log-states-order-reversed Date: Wed, 3 Mar 2010 07:59:59 -0500 Message-ID: <1267621199-14243-1-git-send-email-bernt@norang.ca> Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1NmoBj-0007FZ-Vo for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:00:32 -0500 Received: from [140.186.70.92] (port=37280 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1NmoBi-0007ET-S9 for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:00:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1NmoBi-0001Dr-3W for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:00:30 -0500 Received: from mho-01-ewr.mailhop.org ([204.13.248.71]:63218) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1NmoBi-0001Cu-1W for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 08:00:30 -0500 Received: from cpe000102d0fe75-cm0012256ecbde.cpe.net.cable.rogers.com ([99.239.148.180] helo=mail.norang.ca) by mho-01-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1NmoBa-00061J-5k for emacs-orgmode@gnu.org; Wed, 03 Mar 2010 13:00:22 +0000 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: emacs-orgmode@gnu.org Cc: Bernt Hansen --- This patch is available at git://git.norang.ca/org-mode for-carsten lisp/org.el | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index fd906f0..f957361 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -2145,8 +2145,8 @@ set." :type 'boolean) (defcustom org-log-states-order-reversed t - "Non-nil means the latest state change note will be directly after heading. -When nil, the notes will be orderer according to time." + "Non-nil means the latest state change note will be directly after the heading. +When nil, the notes will be ordered according to time." :group 'org-todo :group 'org-progress :type 'boolean) -- 1.7.0.90.g251a4