Index: chrome/common/extensions/docs/server2/caching_file_system.py |
diff --git a/chrome/common/extensions/docs/server2/caching_file_system.py b/chrome/common/extensions/docs/server2/caching_file_system.py |
index c8bfe42d955c328436dd6abae1684222e888761c..227739fb05233268e93c8bc3d25c674e4006953c 100644 |
--- a/chrome/common/extensions/docs/server2/caching_file_system.py |
+++ b/chrome/common/extensions/docs/server2/caching_file_system.py |
@@ -132,7 +132,7 @@ class CachingFileSystem(FileSystem): |
remaining_paths = set(paths) - set(up_to_date_data.iterkeys()) |
if len(remaining_paths) == 0: |
- # Everything was cached and up-to-date. |
+ # Everything was cached and up to date. |
return Future(value=up_to_date_data) |
def raise_cache_miss(paths): |