| Index: content/browser/download/save_package.h
|
| diff --git a/content/browser/download/save_package.h b/content/browser/download/save_package.h
|
| index 0161616fbf0a2158bb48da86d371caaf9b186102..edc54841c8ef1c7017d7a0806c525d0b315c2e94 100644
|
| --- a/content/browser/download/save_package.h
|
| +++ b/content/browser/download/save_package.h
|
| @@ -208,7 +208,7 @@ class CONTENT_EXPORT SavePackage
|
| //
|
| // Returns true if |base_name| could be successfully adjusted to fit the
|
| // aforementioned constraints, or false otherwise.
|
| - // TODO(asanka): This funciton is wrong. |base_name| cannot be truncated
|
| + // TODO(asanka): This function is wrong. |base_name| cannot be truncated
|
| // without knowing its encoding and truncation has to be performed on
|
| // character boundaries. Also the implementation doesn't look up the actual
|
| // path constraints and instead uses hard coded constants. crbug.com/618737
|
|
|