This is an automated email from the ASF dual-hosted git repository.
mbutrovich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/datafusion-comet.git
The following commit(s) were added to refs/heads/main by this push:
new 10217745c doc: Typo fix (#2752)
10217745c is described below
commit 10217745c0613260ee0ea658342ec3a411cbd845
Author: Zhen Wang <[email protected]>
AuthorDate: Mon Nov 10 20:11:13 2025 +0800
doc: Typo fix (#2752)
---
docs/source/contributor-guide/debugging.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/source/contributor-guide/debugging.md
b/docs/source/contributor-guide/debugging.md
index eaa73c923..6b644a95f 100644
--- a/docs/source/contributor-guide/debugging.md
+++ b/docs/source/contributor-guide/debugging.md
@@ -68,7 +68,7 @@ use advanced `lldb` debugging.
1. After the breakpoint is hit in IntelliJ, in Clion (or LLDB from terminal or
editor) -
- 1. Attach to the jvm process (make sure the PID matches). In CLion, this is
`Run -> Atttach to process`
+ 1. Attach to the jvm process (make sure the PID matches). In CLion, this is
`Run -> Attach to process`
1. Put your breakpoint in the native code
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]