From e1ecc4662cc6c5857345e2c3bf42eab105e79c7c Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Tue, 11 Aug 2020 20:00:22 +0200 Subject: [PATCH] fix typo Co-authored-by: Asger F --- javascript/ql/src/semmle/javascript/dataflow/Configuration.qll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll index cd59f541a76..8697d95a6b2 100644 --- a/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll +++ b/javascript/ql/src/semmle/javascript/dataflow/Configuration.qll @@ -1001,7 +1001,7 @@ private predicate flowThroughCall( not cfg.isLabeledBarrier(output, summary.getEndLabel()) ) or - // exception thrown inside an immidiatly awaited function call. + // exception thrown inside an immediately awaited function call. exists(DataFlow::FunctionNode f, DataFlow::Node invk, DataFlow::Node ret | f.getFunction().isAsync() |