-
Notifications
You must be signed in to change notification settings - Fork 3
Fix spelling typos in Java comments #16
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: epugh <[email protected]>
|
@copilot can you look and see if there are other typos? |
…uage) Co-authored-by: epugh <[email protected]>
Yes, I found 13 additional typos and fixed them in commit 4f67ef3:
Combined with the initial 10 typos, this PR now fixes 23 typos across 18 files. |
|
Thats great news @copilot. Want to make one more pass looking for typoes? |
Co-authored-by: epugh <[email protected]>
Done! Found and fixed 11 more typos in commit 63d4539:
This brings the total to 34 typos fixed across 21 files in this PR. |
|
this was merged into solr/apache seperately |
Corrected misspelled English words and grammatical errors in Java code comments across the codebase.
Changes
Fixed 34 typos across 21 files:
First commit (10 typos):
teh → the (1 occurrence)
SolrExampleTests.javaseperate → separate (1 occurrence)
FacetRangeProcessor.javanecesary → necessary (1 occurrence)
RebalanceLeaders.javauntill → until (1 occurrence)
SlotAcc.javawether → whether (6 occurrences)
CollapsingQParserPlugin.java(3×)AbstractVectorQParserBase.java(1×)TestCloudPseudoReturnFields.java(1×)LogListener.java(1×)Second commit (13 typos):
doesnt → doesn't (1 occurrence)
BaseDistributedSearchTestCase.javacant → can't (2 occurrences)
DocValuesMissingTest.java(2×)didnt → didn't (2 occurrences)
ChaosMonkeyNothingIsSafeWithPullReplicasTest.java(1×)AbstractChaosMonkeyNothingIsSafeTestBase.java(1×)couldnt → couldn't (2 occurrences)
TransactionLog.java(1×)BlockDirectoryTest.java(1×)thats → that's (1 occurrence)
BlockDirectory.javawhats → what's (2 occurrences)
SoftAutoCommitTest.java(2×)thru → through (3 occurrences)
OffsetCorrector.java(2×)SearchHandler.java(1×)Third commit (11 typos):
Duplicate word (1 occurrence)
ApiBag.javaIncorrect indefinite articles (9 occurrences)
AtomicUpdateDocumentMerger.javaAddSchemaFieldsUpdateProcessorFactory.java(2×)DocumentBuilder.javaOverseer.javaManagedSynonymGraphFilterFactory.javaSearchHandler.javaStatsField.javaCollectionPropertiesZkStateReader.javaAbstractIncrementalBackupTest.javaDouble article (1 occurrence)
TestCloudPseudoReturnFields.javaAll changes affect only comments—no code logic modified.
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.