summaryrefslogtreecommitdiff
path: root/test/lisp/url/url-parse-tests.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/url/url-parse-tests.el')
-rw-r--r--test/lisp/url/url-parse-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/url/url-parse-tests.el b/test/lisp/url/url-parse-tests.el
index 2418af40aca..a7f81eba8f5 100644
--- a/test/lisp/url/url-parse-tests.el
+++ b/test/lisp/url/url-parse-tests.el
@@ -23,7 +23,7 @@
;;; Commentary:
;; Test cases covering generic URI syntax as described in RFC3986,
-;; section 3. Syntax Components and 4. Usage. See also appendix
+;; section 3. Syntax Components and 4. Usage. See also appendix
;; A. Collected ABNF for URI, as the example given here are all
;; productions of this grammar.