]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix typo.
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Nov 2008 02:26:57 +0000 (02:26 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 17 Nov 2008 02:26:57 +0000 (02:26 +0000)
lisp/org/org.el

index 9b4e662787a0726eb9efa70eb958524a7673750f..70f22e27813332e43b7af207c648d26a3bf649d4 100644 (file)
@@ -11149,7 +11149,7 @@ PREFER and SHOW-ALL are passed through to `org-closest-date'."
 (defun org-small-year-to-year (year)
   "Convert 2-digit years into 4-digit years.
 38-99 are mapped into 1938-1999.  1-37 are mapped into 2001-2007.
-The year 2000 cannot be abbreviated.  Any year lager than 99
+The year 2000 cannot be abbreviated.  Any year larger than 99
 is returned unchanged."
   (if (< year 38)
       (setq year (+ 2000 year))