[regexp] typo: valid->invalid

This commit is contained in:
ben 2016-03-01 10:50:43 -05:00
parent 1c033989e1
commit 3ffd93b6f1

View File

@ -122,7 +122,7 @@
(define-for-syntax (group-error str reason)
(raise-argument-error
errloc-key
(format "Valid regexp pattern (unmatched ~a)" reason)
(format "Invalid regexp pattern (unmatched ~a)" reason)
str))
;; Dispatch for counting groups