| Index: ash/popup_message.cc
|
| diff --git a/ash/popup_message.cc b/ash/popup_message.cc
|
| index d85803be532814c2364ac4ce87ac3bda7ad7ce01..6256659163241563bcdd0ac4aaf6d05b8065abd3 100644
|
| --- a/ash/popup_message.cc
|
| +++ b/ash/popup_message.cc
|
| @@ -108,7 +108,7 @@ PopupMessage::MessageBubble::MessageBubble(const base::string16& caption,
|
| // | |-
|
| // +-------------------------------------------------+
|
| // |------------details container--------------|
|
| - // Note that the icon, caption and massage are optional.
|
| + // Note that the icon, caption and message are optional.
|
|
|
| // Add the icon to the first column (if there is one).
|
| if (message_type != ICON_NONE) {
|
|
|