Skip to content

Commit 0a4c724

Browse files
committed
spelling: implementation
Signed-off-by: Josh Soref <[email protected]>
1 parent f06c15b commit 0a4c724

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

go/ql/src/Security/CWE-322/InsecureHostKeyCallback.qhelp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ When the allow list contains only a single host key then the function <code>Fixe
3030
</recommendation>
3131

3232
<example>
33-
<p>The following example shows the use of <code>InsecureIgnoreHostKey</code> and an insecure host key callback implemention commonly used in non-production code.</p>
33+
<p>The following example shows the use of <code>InsecureIgnoreHostKey</code> and an insecure host key callback implementation commonly used in non-production code.</p>
3434

3535
<sample src="InsecureHostKeyCallbackExample.go" />
3636

javascript/ql/lib/semmle/javascript/PrintAst.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private module PrintJavaScript {
161161
/**
162162
* A print node representing an `ASTNode`.
163163
*
164-
* Provides a default implemention that works for some (but not all) ASTNode's.
164+
* Provides a default implementation that works for some (but not all) ASTNode's.
165165
* More specific subclasses can override this class to get more specific behavior.
166166
*
167167
* The more specific subclasses are mostly used aggregate the children of the `ASTNode`.

javascript/ql/lib/semmle/javascript/frameworks/Immutable.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import javascript
77
/**
88
* Provides classes implementing data-flow for Immutable.
99
*
10-
* The implemention rely on the flowsteps implemented in `Collections.qll`.
10+
* The implementation rely on the flowsteps implemented in `Collections.qll`.
1111
*/
1212
private module Immutable {
1313
/**

0 commit comments

Comments
 (0)