diff --git a/crates/bin/pindexer/src/dex_ex/mod.rs b/crates/bin/pindexer/src/dex_ex/mod.rs index ab2dde3b7c..9115a57ead 100644 --- a/crates/bin/pindexer/src/dex_ex/mod.rs +++ b/crates/bin/pindexer/src/dex_ex/mod.rs @@ -645,7 +645,7 @@ impl Events { } fn with_candle(&mut self, pair: DirectedTradingPair, candle: Candle) { - // Popular both this pair and the flipped pair, and if the flipped pair + // Populate both this pair and the flipped pair, and if the flipped pair // is already populated, we need to mix the two candles together. let flip = pair.flip(); let new_candle = match self.candles.get(&flip).cloned() {