Skip to content

Commit 45d1e3f

Browse files
committed
spelling: representation
Signed-off-by: Josh Soref <[email protected]>
1 parent 9be162a commit 45d1e3f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class StateTuple extends TStateTuple {
7676
StateTuple() { this = MkStateTuple(q1, q2, q3) }
7777

7878
/**
79-
* Gest a string repesentation of this tuple.
79+
* Gest a string representation of this tuple.
8080
*/
8181
string toString() { result = "(" + q1 + ", " + q2 + ", " + q3 + ")" }
8282

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class StateTuple extends TStateTuple {
7676
StateTuple() { this = MkStateTuple(q1, q2, q3) }
7777

7878
/**
79-
* Gest a string repesentation of this tuple.
79+
* Gest a string representation of this tuple.
8080
*/
8181
string toString() { result = "(" + q1 + ", " + q2 + ", " + q3 + ")" }
8282

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class StateTuple extends TStateTuple {
7676
StateTuple() { this = MkStateTuple(q1, q2, q3) }
7777

7878
/**
79-
* Gest a string repesentation of this tuple.
79+
* Gest a string representation of this tuple.
8080
*/
8181
string toString() { result = "(" + q1 + ", " + q2 + ", " + q3 + ")" }
8282

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class StateTuple extends TStateTuple {
7676
StateTuple() { this = MkStateTuple(q1, q2, q3) }
7777

7878
/**
79-
* Gest a string repesentation of this tuple.
79+
* Gest a string representation of this tuple.
8080
*/
8181
string toString() { result = "(" + q1 + ", " + q2 + ", " + q3 + ")" }
8282

0 commit comments

Comments
 (0)