summaryrefslogtreecommitdiff
path: root/www/tutorial.html
diff options
context:
space:
mode:
authorDimitry Andric <dim@FreeBSD.org>2018-07-28 11:09:23 +0000
committerDimitry Andric <dim@FreeBSD.org>2018-07-28 11:09:23 +0000
commitf73363f1dd94996356cefbf24388f561891acf0b (patch)
treee3c31248bdb36eaec5fd833490d4278162dba2a0 /www/tutorial.html
parent160ee69dd7ae18978f4068116777639ea98dc951 (diff)
Notes
Diffstat (limited to 'www/tutorial.html')
-rwxr-xr-xwww/tutorial.html4
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: