From 9953b499bf7cd0410e2a2850e3546f2fbc17d7c7 Mon Sep 17 00:00:00 2001 From: Joanie Gannon Date: Fri, 31 Mar 2023 19:57:52 -0400 Subject: [PATCH] fixing typo in comment --- .../search/earlybird/partition/EarlybirdIndexLoader.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/java/com/twitter/search/earlybird/partition/EarlybirdIndexLoader.java b/src/java/com/twitter/search/earlybird/partition/EarlybirdIndexLoader.java index 1806bd106..444b6e132 100644 --- a/src/java/com/twitter/search/earlybird/partition/EarlybirdIndexLoader.java +++ b/src/java/com/twitter/search/earlybird/partition/EarlybirdIndexLoader.java @@ -156,7 +156,7 @@ public class EarlybirdIndexLoader { FlushInfo segmentsFlushInfo = indexInfo.getSubProperties(EarlybirdIndexFlusher.SEGMENTS); List segmentNames = Lists.newArrayList(segmentsFlushInfo.getKeyIterator()); - // This should only happen if you're running in stagingN and loading a prod index through + // This should only happen if you're running in staging and loading a prod index through // the read_index_from_prod_location flag. In this case, we point to a directory that has // a lot more than the number of segments we want in staging and we trim this list to the // desired number.