branch: externals/triples
commit e24233b65b969da26684eb026f22382b3143d50c
Author: Andrew Hyatt <[email protected]>
Commit: Andrew Hyatt <[email protected]>
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))))