]> code.delx.au - gnu-emacs/blobdiff - lisp/org/ob-sql.el
Small doc fixes.
[gnu-emacs] / lisp / org / ob-sql.el
index 9274438c18e9de0a973f7e40b16d565aea251260..7a5c7c8a46a383e15211eb59b685056dd83d88c2 100644 (file)
@@ -32,7 +32,7 @@
 ;;
 ;; Also SQL evaluation generally takes place inside of a database.
 ;;
-;; For now lets just allow a generic ':cmdline' header argument.
+;; For now let's just allow a generic ':cmdline' header argument.
 ;;
 ;; TODO:
 ;;
@@ -40,7 +40,7 @@
 ;; - add more useful header arguments (user, passwd, database, etc...)
 ;; - support for more engines (currently only supports mysql)
 ;; - what's a reasonable way to drop table data into SQL?
-;; 
+;;
 
 ;;; Code:
 (require 'ob)