Auto merge of #10107 - perlun:fix-hacking-quickstart-typo, r=jdm

HACKING_QUICKSTART: Fixed typo

<!-- Reviewable:start -->
This change is [<img src="https://reviewable.io/review_button.svg" height="35" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/10107)
<!-- Reviewable:end -->
This commit is contained in:
bors-servo 2016-03-22 11:40:41 +05:30
commit 4341dc5fb4

View file

@ -202,7 +202,7 @@ And to search for a function full name/regex:
(gdb) info functions <name> #gdb
```
See this [lldb turorial](http://lldb.llvm.org/tutorial.html) and this [gdb turorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html).
See this [lldb tutorial](http://lldb.llvm.org/tutorial.html) and this [gdb tutorial](http://www.unknownroad.com/rtfm/gdbtut/gdbtoc.html).
To inspect variables and you are new with lldb, we recommend using the `gui` mode (use left/right to expand variables):