Index: ash/system/tray/system_tray_unittest.cc |
diff --git a/ash/system/tray/system_tray_unittest.cc b/ash/system/tray/system_tray_unittest.cc |
index 1a2d3555e81a2b88eb536d156c22526f8079992b..fbf285925eea860832cd042ae55814d0954e3419 100644 |
--- a/ash/system/tray/system_tray_unittest.cc |
+++ b/ash/system/tray/system_tray_unittest.cc |
@@ -312,7 +312,7 @@ TEST_F(SystemTrayTest, SystemTrayNotifications) { |
RunAllPendingInMessageLoop(); |
ASSERT_TRUE(test_item->notification_view() != NULL); |
- // Show the detailed view, ensure the notificaiton view remains. |
+ // Show the detailed view, ensure the notification view remains. |
tray->ShowDetailedView(detailed_item, 0, false, BUBBLE_CREATE_NEW); |
RunAllPendingInMessageLoop(); |
ASSERT_TRUE(detailed_item->detailed_view() != NULL); |