emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Orgmode] [PATCH] Fix typo in org-clock-get-clocked-time


From: Bernt Hansen
Subject: [Orgmode] [PATCH] Fix typo in org-clock-get-clocked-time
Date: Tue, 9 Jun 2009 16:45:03 -0400

---
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





reply via email to

[Prev in Thread] Current Thread [Next in Thread]