Skip to content

Fix typos in comments and tutorial docs#253

Open
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos
Open

Fix typos in comments and tutorial docs#253
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos

Conversation

@durvesh1992

Copy link
Copy Markdown

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

File Before After
wangle/ssl/TLSInMemoryTicketProcessor.h Add a callback fucntion to be fired periodically. Add a callback function to be fired periodically.
wangle/acceptor/FizzConfigUtil.h Returns true if atleast one cert was successfully loaded Returns true if at least one cert was successfully loaded
wangle/acceptor/test/ConnectionManagerTest.cpp push items at the begining of the loop push items at the beginning of the loop
tutorial.md methods that can be overriden methods that can be overridden

Verification

Verified by inspection; each change touches only a comment or markdown prose. Re-grepping confirms no remaining occurrences of these typos.

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.
@meta-cla meta-cla Bot added the CLA Signed label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

1 participant