diff options
Diffstat (limited to 'chrome/common/property_bag.h')
-rw-r--r-- | chrome/common/property_bag.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/property_bag.h b/chrome/common/property_bag.h index 0a44892..da3ae48 100644 --- a/chrome/common/property_bag.h +++ b/chrome/common/property_bag.h @@ -16,7 +16,7 @@ class PropertyAccessorBase; // A property bag holds a generalized list of arbitrary metadata called // properties. Each property is a class type derived from PropertyBag::Prop -// that can bet set and retrieved. +// that can be set and retrieved. // // The property bag is not read or written directly. Instead, callers go // through a PropertyAccessor. The Accessor generates the unique IDs that |