Fix typos in comments and tutorial docs#253
Open
durvesh1992 wants to merge 1 commit into
Open
Conversation
Correct four comment/documentation typos with no behavior changes: - TLSInMemoryTicketProcessor.h: "fucntion" -> "function" - FizzConfigUtil.h: "atleast" -> "at least" - ConnectionManagerTest.cpp: "begining" -> "beginning" - tutorial.md: "overriden" -> "overridden" Comments and docs only; no code logic is touched.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Fixes four typos found in code comments and the tutorial documentation. These are documentation-only changes — no code logic or behavior is touched.
Changes
wangle/ssl/TLSInMemoryTicketProcessor.hAdd a callback fucntion to be fired periodically.Add a callback function to be fired periodically.wangle/acceptor/FizzConfigUtil.hReturns true if atleast one cert was successfully loadedReturns true if at least one cert was successfully loadedwangle/acceptor/test/ConnectionManagerTest.cpppush items at the begining of the looppush items at the beginning of the looptutorial.mdmethods that can be overridenmethods that can be overriddenVerification
Verified by inspection; each change touches only a comment or markdown prose. Re-grepping confirms no remaining occurrences of these typos.