aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/util.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/util.lisp b/tests/util.lisp
index fd310a7..1390e7c 100644
--- a/tests/util.lisp
+++ b/tests/util.lisp
@@ -36,10 +36,10 @@
(valid-hostname-p (format nil "~64@{a~}a" nil))
nil)
-;; valid use of `-'
+;; valid use of '-'
(deftest valid-hostname-p.6 (valid-hostname-p "host-name.example.com") t)
-;; invalid use of `-'
+;; invalid use of '-'
(deftest valid-hostname-p.7 (valid-hostname-p "-hostname.example.com") nil)
;; invalid character