Skip to content

Commit 1021774

Browse files
authored
doc: Typo fix (#2752)
1 parent 1345a53 commit 1021774

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/contributor-guide/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ use advanced `lldb` debugging.
6868

6969
1. After the breakpoint is hit in IntelliJ, in Clion (or LLDB from terminal or editor) -
7070

71-
1. Attach to the jvm process (make sure the PID matches). In CLion, this is `Run -> Atttach to process`
71+
1. Attach to the jvm process (make sure the PID matches). In CLion, this is `Run -> Attach to process`
7272

7373
1. Put your breakpoint in the native code
7474

0 commit comments

Comments
 (0)