diff options
Diffstat (limited to 'lisp/org/ob-sql.el')
-rw-r--r-- | lisp/org/ob-sql.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/org/ob-sql.el b/lisp/org/ob-sql.el index 06477d38469..6d39e953be4 100644 --- a/lisp/org/ob-sql.el +++ b/lisp/org/ob-sql.el @@ -105,7 +105,7 @@ Pass nil to omit that arg." (format "%s/%s@%s:%s/%s" user password host port database)) (defun org-babel-sql-dbstring-mssql (host user password database) - "Make sqlcmd commmand line args for database connection. + "Make sqlcmd command line args for database connection. `sqlcmd' is the preferred command line tool to access Microsoft SQL Server on Windows and Linux platform." (mapconcat #'identity |