summaryrefslogtreecommitdiff
path: root/lisp/org/org-plot.el
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:17:16 +0100
committerJuanma Barranquero <lekktu@gmail.com>2011-11-12 00:17:16 +0100
commit40a8bdf60f261d476869cdb1276a00e5641ceba4 (patch)
tree488dedb136898934dfab888db07493ac31a0cfb6 /lisp/org/org-plot.el
parent97f18cc83d911b1722e00a2558cdff6532c3860a (diff)
downloademacs-40a8bdf60f261d476869cdb1276a00e5641ceba4.tar.gz
Fix typos.
Diffstat (limited to 'lisp/org/org-plot.el')
-rw-r--r--lisp/org/org-plot.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/org-plot.el b/lisp/org/org-plot.el
index b90c248eb6d..419467226c9 100644
--- a/lisp/org/org-plot.el
+++ b/lisp/org/org-plot.el
@@ -136,7 +136,7 @@ Pass PARAMS through to `orgtbl-to-generic' when exporting TABLE."
"Export the data in TABLE to DATA-FILE for gnuplot.
This means in a format appropriate for grid plotting by gnuplot.
PARAMS specifies which columns of TABLE should be plotted as independent
-and dependant variables."
+and dependent variables."
(interactive)
(let* ((ind (- (plist-get params :ind) 1))
(deps (if (plist-member params :deps)