Skip to content

Commit 9aa59fd

Browse files
committed
Fix spelling.
1 parent 2bf98b8 commit 9aa59fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

python/ql/src/analysis/TypeHierarchyFailure.qhelp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"qhelp.dtd">
44
<qhelp>
55
<overview>
6-
<p>In order to analyse uses of a class, all its attributes need to be known. Without the full inheritance hierarchy this is impossible.
6+
<p>In order to analyze uses of a class, all its attributes need to be known. Without the full inheritance hierarchy this is impossible.
77
This query finds classes where type inference fails and gives some indication as to why that failure occurred.
88
</p>
99

@@ -12,5 +12,6 @@ This is an informational query only, this query depends on points-to and type in
1212
Unlike normal queries it does not indicate any problem with the program being analyzed.
1313
</p>
1414

15+
1516
</overview>
1617
</qhelp>

0 commit comments

Comments
 (0)