| Index: mojo/services/view_manager/view_manager_unittest.cc
|
| diff --git a/mojo/services/view_manager/view_manager_unittest.cc b/mojo/services/view_manager/view_manager_unittest.cc
|
| index 52bcf9e9f8d362c4e0550ec5739f48b945b0ce72..4c1e93bb269174a46f511dfe290ba5a23b66a697 100644
|
| --- a/mojo/services/view_manager/view_manager_unittest.cc
|
| +++ b/mojo/services/view_manager/view_manager_unittest.cc
|
| @@ -526,7 +526,7 @@ TEST_F(ViewManagerTest, TwoClientsGetDifferentConnectionIds) {
|
| EXPECT_EQ("OnConnectionEstablished creator=mojo:test_url",
|
| ChangesToDescription1(connection2_->changes())[0]);
|
|
|
| - // It isn't strickly necessary that the second connection gets 2, but these
|
| + // It isn't strictly necessary that the second connection gets 2, but these
|
| // tests are written assuming that is the case. The key thing is the
|
| // connection ids of |connection_| and |connection2_| differ.
|
| EXPECT_EQ(2, connection2_->changes()[0].connection_id);
|
|
|