branch: elpa/emacsql commit 4a535e2cca21f6fa2ee2391affe9e66219254450 Author: Jonas Bernoulli <jo...@bernoul.li> Commit: Jonas Bernoulli <jo...@bernoul.li>
Fix typo in emacsql-buffer's doc-string --- emacsql.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacsql.el b/emacsql.el index 1919b5c963..0bdbece14f 100644 --- a/emacsql.el +++ b/emacsql.el @@ -120,7 +120,7 @@ nil (default type). The values are strings to be inserted into a SQL expression.") (defmethod emacsql-buffer ((connection emacsql-connection)) - "Get proccess buffer for CONNECTION." + "Get process buffer for CONNECTION." (process-buffer (emacsql-process connection))) (defmethod emacsql-enable-debugging ((connection emacsql-connection))