MINOR: Fix typo in a comment at KTableFilter (#14665)

Reviewers: Divij Vaidya <diviv@amazon.com>
This commit is contained in:
James Cheng 2023-10-30 02:16:12 -07:00 committed by GitHub
parent fa36a7f2d6
commit b9f2874c44
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ public class KTableFilter<KIn, VIn> implements KTableProcessorSupplier<KIn, VIn,
@Override
public void init(final ProcessorContext<?, ?> context) {
// This is the old processor context for compatibility with the other KTable processors.
// Once we migrte them all, we can swap this out.
// Once we migrate them all, we can swap this out.
parentGetter.init(context);
}