| Index: chrome/common/extensions/extension_file_util.h
|
| diff --git a/chrome/common/extensions/extension_file_util.h b/chrome/common/extensions/extension_file_util.h
|
| index b711df089ada60db72aa7a9208fb40f3a1e9f89a..dc6a5bd0047cea901f07be715cd3895dc2f7ea3e 100644
|
| --- a/chrome/common/extensions/extension_file_util.h
|
| +++ b/chrome/common/extensions/extension_file_util.h
|
| @@ -25,7 +25,7 @@ extern const char kInstallDirectoryName[];
|
| extern const char kCurrentVersionFileName[];
|
|
|
| // Move source_dir to dest_dir (it will actually be named dest_dir, not inside
|
| -// dest_dir). If the parent path doesn't exixt, create it. If something else is
|
| +// dest_dir). If the parent path doesn't exist, create it. If something else is
|
| // already there, remove it.
|
| bool MoveDirSafely(const FilePath& source_dir, const FilePath& dest_dir);
|
|
|
|
|