all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [PATCH] Fix typo in org-clock-get-clocked-time
@ 2009-06-09 20:45 Bernt Hansen
  0 siblings, 0 replies; only message in thread
From: Bernt Hansen @ 2009-06-09 20:45 UTC (permalink / raw
  To: emacs-orgmode; +Cc: Bernt Hansen

---
This patch series is available at git://git.norang.ca/org-mode for-carsten

 lisp/org-clock.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/lisp/org-clock.el b/lisp/org-clock.el
index ace7792..ad55bc1 100644
--- a/lisp/org-clock.el
+++ b/lisp/org-clock.el
@@ -355,7 +355,7 @@ If not, show simply the clocked time like 01:50."
   (force-mode-line-update))
 
 (defun org-clock-get-clocked-time ()
-  "Get the clocked time for the rrent item in minutes.
+  "Get the clocked time for the current item in minutes.
 The time returned includes the the time spent on this task in
 previous clocking intervals."
   (let ((currently-clocked-time
-- 
1.6.3.2.198.g6096d

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2009-06-09 20:45 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-06-09 20:45 [PATCH] Fix typo in org-clock-get-clocked-time Bernt Hansen

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.