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 9250825d4e5..1b1d2dc09d3 100644 --- a/lisp/org/ob-sql.el +++ b/lisp/org/ob-sql.el | |||
| @@ -127,7 +127,7 @@ SQL Server on Windows and Linux platform." | |||
| 127 | " ")) | 127 | " ")) |
| 128 | 128 | ||
| 129 | (defun org-babel-sql-dbstring-sqsh (host user password database) | 129 | (defun org-babel-sql-dbstring-sqsh (host user password database) |
| 130 | "Make sqsh commmand line args for database connection. | 130 | "Make sqsh command line args for database connection. |
| 131 | \"sqsh\" is one method to access Sybase or MS SQL via Linux platform" | 131 | \"sqsh\" is one method to access Sybase or MS SQL via Linux platform" |
| 132 | (mapconcat #'identity | 132 | (mapconcat #'identity |
| 133 | (delq nil | 133 | (delq nil |