| Index: tools/dom/scripts/dartdomgenerator.py
|
| diff --git a/tools/dom/scripts/dartdomgenerator.py b/tools/dom/scripts/dartdomgenerator.py
|
| index 9c9cd3b906f66a3fce6afa6c67cda1412f397e86..b528141a15db4640ab14a53e20d92fd935d7cbc2 100755
|
| --- a/tools/dom/scripts/dartdomgenerator.py
|
| +++ b/tools/dom/scripts/dartdomgenerator.py
|
| @@ -32,7 +32,7 @@ if not os.path.exists(ply_dir):
|
| else:
|
| # It's Dart we need to make sure that tools in injected in our search path
|
| # because this is where idl_parser is located for a Dart enlistment. Dartium
|
| - # can firgure out the tools directory because of the location of where the
|
| + # can figure out the tools directory because of the location of where the
|
| # scripts blink scripts are located.
|
| tools_dir = os.path.join(dart_dir, 'tools')
|
| sys.path.insert(1, tools_dir)
|
|
|