Skip to content

Commit 8353992

Browse files
RasmusWLtausbn
andauthored
Python: Fix grammar
Co-authored-by: Taus <[email protected]>
1 parent a09f8c4 commit 8353992

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/ql/src/Security/CVE-2018-1281/BindToAllInterfaces.ql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ DataFlow::Node vulnerableHostname(string hostname) {
5151
vulnerableHostname(DataFlow::TypeTracker::end(), hostname).flowsTo(result)
5252
}
5353

54-
/** Gets a reference to tuple containing a hostname as the first element, that cane be used to bind to all interfaces. */
54+
/** Gets a reference to tuple containing a hostname as the first element, that can be used to bind to all interfaces. */
5555
private DataFlow::LocalSourceNode vulnerableAddressTuple(DataFlow::TypeTracker t, string hostname) {
5656
t.start() and
5757
exists(Tuple tup |
@@ -76,7 +76,7 @@ private predicate vulnerableAddressTuple_first_join(
7676
DataFlow::StepSummary::step(vulnerableAddressTuple(t2, hostname), res, summary)
7777
}
7878

79-
/** Gets a reference to tuple containing a hostname as the first element, that cane be used to bind to all interfaces. */
79+
/** Gets a reference to tuple containing a hostname as the first element, that can be used to bind to all interfaces. */
8080
DataFlow::Node vulnerableAddressTuple(string hostname) {
8181
vulnerableAddressTuple(DataFlow::TypeTracker::end(), hostname).flowsTo(result)
8282
}

0 commit comments

Comments
 (0)