Skip to content

Fix typo in src/network.c comment - #100

Open
Avicennasis wants to merge 1 commit into
olin:masterfrom
Avicennasis:docs/fix-typos
Open

Fix typo in src/network.c comment#100
Avicennasis wants to merge 1 commit into
olin:masterfrom
Avicennasis:docs/fix-typos

Conversation

@Avicennasis

Copy link
Copy Markdown

Summary

Fixes a single typo in a source comment:

  • src/network.c (line 159): // DON"T TRUST FPRINTF!!! -> // DON'T TRUST FPRINTF!!! (a double-quote was typed where an apostrophe was intended)

The same word is already written correctly as DON'T in src/fe_modes.c:300, so this is a slip rather than a house style.

No functional changes - this is inside a // comment; the adjacent commented-out fprintf line is untouched.

The comment used a double-quote where an apostrophe was intended (DON"T -> DON'T). Comment-only change; no functional effect.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant