aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/org
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2008-06-27 02:41:14 +0000
committerGlenn Morris <[email protected]>2008-06-27 02:41:14 +0000
commit6772c8e169a6a56ee387373a00a65bd3a3070725 (patch)
tree4f0d9a8f0be905ba92b3420ad2832ffaad05a3b2 /lisp/org
parent04bf5b655a9b5c0b82d8f54f96ab0f90241f6ab8 (diff)
American English spelling fix.
Diffstat (limited to 'lisp/org')
-rw-r--r--lisp/org/org-table.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-table.el b/lisp/org/org-table.el
index 45981776c4..7050ecaaba 100644
--- a/lisp/org/org-table.el
+++ b/lisp/org/org-table.el
@@ -1864,7 +1864,7 @@ For all numbers larger than LIMIT, shift them by DELTA."
(string-match "^[a-zA-Z][a-zA-Z0-9]*$" field))
(push (cons field v) org-table-local-parameters)
(push (list field line col) org-table-named-field-locations))))
- ;; Analyse the line types
+ ;; Analyze the line types
(goto-char beg)
(setq org-table-current-begin-line (org-current-line)
org-table-current-begin-pos (point)