diff options
Diffstat (limited to 'www/tutorial.html')
| -rwxr-xr-x | www/tutorial.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/tutorial.html b/www/tutorial.html index 217ea17aac63..c351635f63f7 100755 --- a/www/tutorial.html +++ b/www/tutorial.html @@ -94,7 +94,7 @@ </code> <p>You can use the --name option multiple times to make a breakpoint on a set of functions as well. This is convenient - since it allows you to set commmon conditions or commands without having to specify them multiple times:</p> + since it allows you to set common conditions or commands without having to specify them multiple times:</p> <code> (lldb) breakpoint set --name foo --name bar @@ -109,7 +109,7 @@ <br>(lldb) breakpoint set -M foo </code> - <p>To set a breakpoint Objective C selectors named <code>alignLeftEdges:</code> you can enter either of:</p> + <p>To set a breakpoint Objective-C selectors named <code>alignLeftEdges:</code> you can enter either of:</p> <code> (lldb) breakpoint set --selector alignLeftEdges: |
