branch: externals/triples commit 0d7555226aa9a74c2721edb0c7a0272f42880a0d Author: Andrew Hyatt <ahy...@gmail.com> Commit: Andrew Hyatt <ahy...@gmail.com>
Fix minor misspelling --- triples-test.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/triples-test.el b/triples-test.el index 3442a3b626..0d88193e2b 100644 --- a/triples-test.el +++ b/triples-test.el @@ -54,7 +54,7 @@ easily debug into it.") (sql-sqlite (format "*schema test db SQL %s*" triples-test-db-file)))) (defmacro triples-deftest (name _ &rest body) - "Create a test exercizing variants of `triples-sqlite-interface'." + "Create a test exercising variants of `triples-sqlite-interface'." (declare (debug t) (indent 2)) (let ((builtin-name (intern (format "%s-builtin" name))) (emacsql-name (intern (format "%s-emacsql" name))))