Commit f208e62
authored
MINOR: [C++] Fix typos in telemetry and compute comments (#48562)
## Description
Fix two typos in C++ documentation comments:
- `cpp/src/arrow/telemetry/logging.h`: "occured" → "occurred"
- `cpp/src/arrow/compute/exec.cc`: "hte" → "the"
## Type of change
- [ ] Bug fix
- [ ] New feature
- [x] Documentation / Minor (typo fix)
## Checklist
- [x] My code follows the code style of this project
- [x] I have updated the documentation accordingly (N/A - comment only)
- [x] I have added tests to cover my changes (N/A - comment only)
Authored-by: Andrew Leng <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>1 parent 43727a2 commit f208e62
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
410 | 410 | | |
411 | 411 | | |
412 | 412 | | |
413 | | - | |
| 413 | + | |
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
| 63 | + | |
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
| |||
0 commit comments