| Index: extensions/common/permissions/permission_set.h
|
| diff --git a/extensions/common/permissions/permission_set.h b/extensions/common/permissions/permission_set.h
|
| index 14ffe12cdab85049fc29a9381218be288b0070eb..a0e4b34740f35ceb01fdbd204782340328cfea62 100644
|
| --- a/extensions/common/permissions/permission_set.h
|
| +++ b/extensions/common/permissions/permission_set.h
|
| @@ -96,7 +96,7 @@ class PermissionSet
|
| // Returns true if this permission set includes effective access to |url|.
|
| bool HasEffectiveAccessToURL(const GURL& url) const;
|
|
|
| - // Returns ture if this permission set effectively represents full access
|
| + // Returns true if this permission set effectively represents full access
|
| // (e.g. native code).
|
| bool HasEffectiveFullAccess() const;
|
|
|
|
|