| Index: docs/clang_tool_refactoring.md
|
| diff --git a/docs/clang_tool_refactoring.md b/docs/clang_tool_refactoring.md
|
| index 89f4b06a0efc0c9bbe6eb5f708a31c93344ef75e..6e22a1ba50fa534e6d42dc8e1772c971163730e5 100644
|
| --- a/docs/clang_tool_refactoring.md
|
| +++ b/docs/clang_tool_refactoring.md
|
| @@ -113,7 +113,7 @@ It is important to use --bootstrap as there appear to be [bugs](https://crbug.co
|
| in the clang library this script produces if you build it with gcc, which is the default.
|
|
|
| ## Running
|
| -First, build all chromium targets to avoid failures due to missing dependecies
|
| +First, build all Chromium targets to avoid failures due to missing dependencies
|
| that are generated as part of the build:
|
|
|
| ```shell
|
|
|