Fix “a” → “an” grammar before words starting with vowels in code comments:
src/txgraph.cpp: “a an_clusters” → “an an_clusters”src/node/txdownloadman_impl.cpp: “a orphan” → “an orphan”src/node/txorphanage.cpp: “a OrphanInfo” → “an OrphanInfo”
Fix “a” → “an” grammar before words starting with vowels in code comments:
src/txgraph.cpp: “a an_clusters” → “an an_clusters”src/node/txdownloadman_impl.cpp: “a orphan” → “an orphan”src/node/txorphanage.cpp: “a OrphanInfo” → “an OrphanInfo”The following sections might be updated with supplementary metadata relevant to reviewers and maintainers.
See the guideline for information on the review process. A summary of reviews will appear here.
Thanks for your interest in contributing! However, since there are hundreds of pending pull requests, I am closing this to focus review on the others. If you wish to contribute in the future, please focus on creating high-quality, original content that demonstrates a clear understanding of the project’s requirements and goals. Also, see the contributing guidelines.
Also, the patch is incomplete anyway.