]> code.delx.au - gnu-emacs/blobdiff - lisp/org/org-plot.el
Fix typos.
[gnu-emacs] / lisp / org / org-plot.el
index b90c248eb6dd592c42083ad7d3aeb9a9aafe8f58..419467226c93483c8b387ac9e8d973929a3e0fe7 100644 (file)
@@ -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)