diff --git a/lib/services/livesync/android-livesync-tool.ts b/lib/services/livesync/android-livesync-tool.ts index 85c5d1ab5e..7cfb59aee7 100644 --- a/lib/services/livesync/android-livesync-tool.ts +++ b/lib/services/livesync/android-livesync-tool.ts @@ -323,7 +323,7 @@ export class AndroidLivesyncTool implements IAndroidLivesyncTool { clearTimeout(this.pendingConnectionData.socketTimer); } - reject(lastKnownError || new Error("Socket connection timeouted.")); + reject(lastKnownError || new Error("Socket connection timed out.")); this.pendingConnectionData = null; } }, timeout);