Skip to content

Commit 188915e

Browse files
authored
Fix typos
1 parent 76606b5 commit 188915e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/Type.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ private predicate getAWildcardLowerBound(RefType t) {
280280
}
281281

282282
/**
283-
* Holds if `hasSubtype*(t, sub)`, but manuel-magic'ed with `getAWildcardUpperBound(t)`.
283+
* Holds if `hasSubtype*(t, sub)`, but manual-magic'ed with `getAWildcardUpperBound(t)`.
284284
*/
285285
pragma[nomagic]
286286
private predicate hasSubtypeStar1(RefType t, RefType sub) {
@@ -292,7 +292,7 @@ private predicate hasSubtypeStar1(RefType t, RefType sub) {
292292
}
293293

294294
/**
295-
* Holds if `hasSubtype*(t, sub)`, but manuel-magic'ed with `getAWildcardLowerBound(sub)`.
295+
* Holds if `hasSubtype*(t, sub)`, but manual-magic'ed with `getAWildcardLowerBound(sub)`.
296296
*/
297297
pragma[nomagic]
298298
private predicate hasSubtypeStar2(RefType t, RefType sub) {

0 commit comments

Comments
 (0)