Skip to content

Commit 08b06aa

Browse files
committed
spelling: regular
Signed-off-by: Josh Soref <[email protected]>
1 parent e39706a commit 08b06aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/RegexpInsteadOfPattern.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ where
3333
c.getArgument(0) = arg and
3434
arg.getValue().regexpMatch(getALikelyRegExpPattern())
3535
select c,
36-
"Argument \"$@\" looks like a reguar expression, but will be interpreted as a SQL 'LIKE' pattern.",
36+
"Argument \"$@\" looks like a regular expression, but will be interpreted as a SQL 'LIKE' pattern.",
3737
arg, arg.getValue()

0 commit comments

Comments
 (0)