Skip to content

Commit 09c8a98

Browse files
committed
spelling: representation
Signed-off-by: Josh Soref <[email protected]>
1 parent bb1ce89 commit 09c8a98

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

java/ql/lib/semmle/code/java/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private predicate isCanonicalTerm(RelevantRegExpTerm term, string str) {
136136
}
137137

138138
/**
139-
* Gets a string reperesentation of the flags used with the regular expression.
139+
* Gets a string representation of the flags used with the regular expression.
140140
* Only the flags that are relevant for the canonicalization are included.
141141
*/
142142
string getCanonicalizationFlags(RegExpTerm root) {

javascript/ql/lib/semmle/javascript/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private predicate isCanonicalTerm(RelevantRegExpTerm term, string str) {
136136
}
137137

138138
/**
139-
* Gets a string reperesentation of the flags used with the regular expression.
139+
* Gets a string representation of the flags used with the regular expression.
140140
* Only the flags that are relevant for the canonicalization are included.
141141
*/
142142
string getCanonicalizationFlags(RegExpTerm root) {

python/ql/lib/semmle/python/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private predicate isCanonicalTerm(RelevantRegExpTerm term, string str) {
136136
}
137137

138138
/**
139-
* Gets a string reperesentation of the flags used with the regular expression.
139+
* Gets a string representation of the flags used with the regular expression.
140140
* Only the flags that are relevant for the canonicalization are included.
141141
*/
142142
string getCanonicalizationFlags(RegExpTerm root) {

ruby/ql/lib/codeql/ruby/security/regexp/NfaUtils.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ private predicate isCanonicalTerm(RelevantRegExpTerm term, string str) {
136136
}
137137

138138
/**
139-
* Gets a string reperesentation of the flags used with the regular expression.
139+
* Gets a string representation of the flags used with the regular expression.
140140
* Only the flags that are relevant for the canonicalization are included.
141141
*/
142142
string getCanonicalizationFlags(RegExpTerm root) {

0 commit comments

Comments
 (0)