Skip to content

Commit b5bed9c

Browse files
committed
spelling: explicitly
Signed-off-by: Josh Soref <[email protected]>
1 parent e875496 commit b5bed9c

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

java/ql/src/Frameworks/Spring/Architecture/Refactoring Opportunities/UnusedBean.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ A bean definition is considered to be used if one or more of the following is tr
1616
<li>The bean is injected in to a constructor or method of a live bean due to autowiring. This includes
1717
autowiring by annotation (<code>@Autowired</code> or <code>@Inject</code>), and autowiring configured
1818
by the autowired attribute within bean configuration files.</li>
19-
<li>The bean is explictly loaded from a factory bean. It is not always possible to determine when
19+
<li>The bean is explicitly loaded from a factory bean. It is not always possible to determine when
2020
this occurs, because factory beans are loaded using a <code>String</code> value, which may contain
2121
arbitrary values.</li>
2222
<li>The bean is called reflectively by the Spring framework. For example, if the class is a Spring

ruby/ql/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@
119119
### New Queries
120120

121121
* A new query (`rb/request-forgery`) has been added. The query finds HTTP requests made with user-controlled URLs.
122-
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explictly disabled.
122+
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explicitly disabled.
123123

124124
### Query Metadata Changes
125125

ruby/ql/src/change-notes/released/0.0.4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
### New Queries
44

55
* A new query (`rb/request-forgery`) has been added. The query finds HTTP requests made with user-controlled URLs.
6-
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explictly disabled.
6+
* A new query (`rb/csrf-protection-disabled`) has been added. The query finds cases where cross-site forgery protection is explicitly disabled.
77

88
### Query Metadata Changes
99

0 commit comments

Comments
 (0)