Skip to content

Commit e1b4476

Browse files
committed
spelling: the
Signed-off-by: Josh Soref <[email protected]>
1 parent 0999ec3 commit e1b4476

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ruby/extractor/src/extractor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,7 +216,7 @@ struct Visitor<'a> {
216216
schema: &'a NodeTypeMap,
217217
/// A stack for gathering information from child nodes. Whenever a node is
218218
/// entered the parent's [Label], child counter, and an empty list is pushed.
219-
/// All children append their data to the the list. When the visitor leaves a
219+
/// All children append their data to the list. When the visitor leaves a
220220
/// node the list containing the child data is popped from the stack and
221221
/// matched against the dbscheme for the node. If the expectations are met
222222
/// the corresponding row definitions are added to the trap_output.

ruby/ql/lib/codeql/ruby/frameworks/core/IO.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ module IO {
9595
* popen([env,] cmd, mode="r" [, opt]) -> io
9696
* popen([env,] cmd, mode="r" [, opt]) {|io| block } -> obj
9797
* ```
98-
* `IO.popen` does different things based on the the value of `cmd`:
98+
* `IO.popen` does different things based on the value of `cmd`:
9999
* ```
100100
* "-" : fork
101101
* commandline : command line string which is passed to a shell

0 commit comments

Comments
 (0)