| Index: chrome/common/extensions/docs/server2/update_cache.py
|
| diff --git a/chrome/common/extensions/docs/server2/update_cache.py b/chrome/common/extensions/docs/server2/update_cache.py
|
| index 40aace3f64558c61a4013bcf7446fb702f82a8ba..9e10617862e2bd1274e44b96ab8958e537404bc4 100644
|
| --- a/chrome/common/extensions/docs/server2/update_cache.py
|
| +++ b/chrome/common/extensions/docs/server2/update_cache.py
|
| @@ -110,7 +110,7 @@ def UpdateCache(single_data_source=None, commit=None):
|
| '''
|
| server_instance = _CreateServerInstance(commit)
|
|
|
| - # This is the guy that would be responsible for refreshing the cache of
|
| + # This is the thing that would be responsible for refreshing the cache of
|
| # examples. Here for posterity, hopefully it will be added to the targets
|
| # below someday.
|
| # render_refresher = RenderRefresher(server_instance, self._request)
|
|
|