| Index: remoting/webapp/crd/js/me2me_activity.js
|
| diff --git a/remoting/webapp/crd/js/me2me_activity.js b/remoting/webapp/crd/js/me2me_activity.js
|
| index 0b63f292fdc6f2ec58adc390f90968e348f9c2a2..697e13aa865369e7a60bc1e12b8bcaeb6e889d83 100644
|
| --- a/remoting/webapp/crd/js/me2me_activity.js
|
| +++ b/remoting/webapp/crd/js/me2me_activity.js
|
| @@ -264,7 +264,7 @@ remoting.Me2MeActivity.prototype.onConnected = function(connectionInfo) {
|
|
|
| // Drop the session after 30s of suspension. If this timeout is too short, we
|
| // risk dropping a connection that is self-recoverable. If this timeout is too
|
| - // long, the user may lose his/her patience and just manually reconnects.
|
| + // long, the user may lose their patience and just manually reconnect.
|
| this.desktopActivity_.getSession().dropSessionOnSuspend(30 * 1000);
|
| };
|
|
|
|
|