From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nick Dokos Subject: [PATCH] Fix typos. Date: Sat, 09 May 2009 22:34:56 -0400 Message-ID: <16261.1241922896@gamaville.dokosmarshall.org> Reply-To: nicholas.dokos@hp.com Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1M2ytJ-0001Cq-Hf for emacs-orgmode@gnu.org; Sat, 09 May 2009 22:35:49 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1M2ytI-0001Ce-1t for emacs-orgmode@gnu.org; Sat, 09 May 2009 22:35:49 -0400 Received: from [199.232.76.173] (port=50427 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1M2ytH-0001CU-Qi for emacs-orgmode@gnu.org; Sat, 09 May 2009 22:35:47 -0400 Received: from qmta07.westchester.pa.mail.comcast.net ([76.96.62.64]:45111) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1M2ytH-0002zT-FK for emacs-orgmode@gnu.org; Sat, 09 May 2009 22:35:47 -0400 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: carsten.dominik@gmail.com Cc: emacs-orgmode@gnu.org >From a6eecc2b351e031bff53954772421979a4ae6e0a Mon Sep 17 00:00:00 2001 From: Nick Dokos Date: Sat, 9 May 2009 22:28:21 -0400 --- lisp/org-icalendar.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/lisp/org-icalendar.el b/lisp/org-icalendar.el index 09ae69b..f07fd2f 100644 --- a/lisp/org-icalendar.el +++ b/lisp/org-icalendar.el @@ -137,7 +137,7 @@ or if they are only using it locally." (defcustom org-icalendar-timezone (getenv "TZ") "The time zone string for iCalendar export. -When nil of the empty string, use the abbreviation retrived from Emacs." +When nil or the empty string, use the abbreviation retrieved from Emacs." :group 'org-export-icalendar :type '(choice (const :tag "Unspecified" nil) -- 1.5.4.3