Skip to content

Commit d96dca4

Browse files
committed
fix typo
1 parent 7850ab2 commit d96dca4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ql/ql/src/queries/style/ConsistentAlertMessage.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ string getMessage(Select sel) {
2828
* Gets a language agnostic fingerprint for a Select.
2929
* The fingerPrint includes e.g. the query-id, the @kind of the query, and the number of expressions in the select.
3030
*
31-
* This fingerprint avoid false positives where two queries with the same ID behave differently (which is OK).
31+
* This fingerprint avoids false positives where two queries with the same ID behave differently (which is OK).
3232
*/
3333
string getSelectFingerPrint(Select sel) {
3434
exists(QueryDoc doc | doc = sel.getQueryDoc() |

0 commit comments

Comments
 (0)