diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 23:55:13 -0800 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2011-11-14 23:55:13 -0800 |
| commit | da6062e6ea440f6cd68db251390fcb91450103ba (patch) | |
| tree | 8643e5ab1b5045cfb22e254412632f671658645f /lisp/vc/vc-svn.el | |
| parent | 672b871d9838335ac12faaf62793a811f1269a66 (diff) | |
| download | emacs-da6062e6ea440f6cd68db251390fcb91450103ba.tar.gz | |
Spelling fixes.
Diffstat (limited to 'lisp/vc/vc-svn.el')
| -rw-r--r-- | lisp/vc/vc-svn.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/vc-svn.el b/lisp/vc/vc-svn.el index dc4e179e060..d014c4da135 100644 --- a/lisp/vc/vc-svn.el +++ b/lisp/vc/vc-svn.el @@ -706,7 +706,7 @@ information about FILENAME and return its status." (vc-svn-command buf 'async file "annotate" (if rev (concat "-r" rev)))) (defun vc-svn-annotate-time-of-rev (rev) - ;; Arbitrarily assume 10 commmits per day. + ;; Arbitrarily assume 10 commits per day. (/ (string-to-number rev) 10.0)) (defvar vc-annotate-parent-rev) |
