Fix typo in spelling of expectation · itsallaboutpython/codeql@7b17b92 · GitHub
Skip to content

Commit 7b17b92

Browse files
committed
Fix typo in spelling of expectation
1 parent 4497aa5 commit 7b17b92

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

csharp/ql/test/TestUtilities/InlineFlowTest.qll

Lines changed: 1 addition & 1 deletion

go/ql/test/TestUtilities/InlineFlowTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* import TestUtilities.InlineFlowTest
88
* ```
99
*
10-
* To declare expecations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
10+
* To declare expectations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
1111
* Example of the corresponding test file, e.g. Test.java
1212
* ```go
1313
* public class Test {

java/ql/test/TestUtilities/InlineFlowTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
* import TestUtilities.InlineFlowTest
88
* ```
99
*
10-
* To declare expecations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
10+
* To declare expectations, you can use the $hasTaintFlow or $hasValueFlow comments within the test source files.
1111
* Example of the corresponding test file, e.g. Test.java
1212
* ```java
1313
* public class Test {

python/ql/test/experimental/meta/ConceptsTest.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ class HttpServerHttpResponseTest extends InlineExpectationsTest {
317317
location = response.getLocation() and
318318
element = response.toString() and
319319
// Ensure that an expectation value such as "mimetype=text/html; charset=utf-8" is parsed as a
320-
// single expectation with tag mimetype, and not as two expecations with tags mimetype and
320+
// single expectation with tag mimetype, and not as two expectations with tags mimetype and
321321
// charset.
322322
(
323323
if exists(response.getMimetype().indexOf(" "))

ruby/ql/test/TestUtilities/InlineFlowTest.qll

Lines changed: 1 addition & 1 deletion

0 commit comments

Comments
 (0)