Commit 00d7e5b
At line 88, fix the typo "thier" to "their" in the... in base.py and...
Summary:
- In thriftalchemy/controller_new/base.py at line 88, fix the typo "thier" to "their" in the comment about QueuePool parameters.
- In katran/lib/PcapWriter.h at lines 77 and 100, fix the typo "untill" to "until" in the function documentation comments.
- In xr_map_ops/common/Helpers.h at line 45, fix the typo "sorrounding" to "surrounding" in the comment describing the surroundingPointHandles parameter.
AI Review:
- security: PASSED (1.00) — All three changes are purely comment typo fixes ("thier"→"their", "untill"→"until", "sorrounding"→"surrounding") with no impact on code logic, control flow, or security.
- quality: PASSED (0.95) — All three changes are pure comment typo fixes ("thier"→"their", "untill"→"until", "sorrounding"→"surrounding") with no impact on code behavior, function signatures, or dependent code. The fixes are correct and improve readability.
- task_solution: PASSED (1.00) — All three typo corrections are accurate and minimal. No code logic was modified, so there is zero regression risk.
Reviewed By: dtolnay
Differential Revision: D96626631
fbshipit-source-id: bc688c50210c10a30b825055dd55b81487cffb601 parent ec5da68 commit 00d7e5b
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
0 commit comments