| Index: sky/tools/webkitpy/common/webkit_finder.py
|
| diff --git a/sky/tools/webkitpy/common/webkit_finder.py b/sky/tools/webkitpy/common/webkit_finder.py
|
| index d20e330764bd6fa434759322e8f2a87850dda97e..b887584dfac2d1429707bea7a3111aa635d3d60e 100644
|
| --- a/sky/tools/webkitpy/common/webkit_finder.py
|
| +++ b/sky/tools/webkitpy/common/webkit_finder.py
|
| @@ -48,7 +48,7 @@ class WebKitFinder(object):
|
| # scm.find_checkout_root(). However, that code only works if the top
|
| # of the SCM repository also matches the top of the WebKit tree. Some SVN users
|
| # (the chromium test bots, for example), might only check out subdirectories like
|
| - # Tools/Scripts. This code will also work if there is no SCM system at all.
|
| + # tools. This code will also work if there is no SCM system at all.
|
| if not self._webkit_base:
|
| self._webkit_base = self._webkit_base
|
| module_path = self._filesystem.abspath(self._filesystem.path_to_module(self.__module__))
|
|
|