| Index: mojo/shell/incoming_connection_listener_posix.cc
|
| diff --git a/mojo/shell/incoming_connection_listener_posix.cc b/mojo/shell/incoming_connection_listener_posix.cc
|
| index 9170eb2142236a0c2671ca205d580965b6748be8..cf70d0db1d5069ac371a45d8ad1f9d2deb053297 100644
|
| --- a/mojo/shell/incoming_connection_listener_posix.cc
|
| +++ b/mojo/shell/incoming_connection_listener_posix.cc
|
| @@ -48,7 +48,7 @@ void IncomingConnectionListenerPosix::StartListening() {
|
|
|
| int rv = net::OK;
|
| if (!base::DirectoryExists(socket_path_.DirName())) {
|
| - LOG(ERROR) << "Directorty for listening socket does not exist.";
|
| + LOG(ERROR) << "Directory for listening socket does not exist.";
|
| rv = net::ERR_FILE_NOT_FOUND;
|
| } else if (!base::PathIsWritable(socket_path_.DirName())) {
|
| LOG(ERROR) << "Listening socket file path is not writable.";
|
|
|