Changeset 16883 for trunk/FACT++/scripts


Ignore:
Timestamp:
06/21/13 22:29:13 (11 years ago)
Author:
tbretz
Message:
Fixed two typos.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/scripts/handleFtmIdle.js

    r16857 r16883  
    1717    {
    1818    case "Disconnected":
    19         console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... wainting for 'Idle'.");
     19        console.out("Ftmctrl in 'Disconnected'... sending RECONNECT... waiting for 'Idle'.");
    2020        dim.send("FTM_CONTROL/RECONNECT");
    2121        return "Valid";
    2222
    2323    case "Idle":
    24         console.out("Ftmctrl in 'Idle'... sending DISCONNECT... wainting for 'Disconnected'.");
     24        console.out("Ftmctrl in 'Idle'... sending DISCONNECT... waiting for 'Disconnected'.");
    2525        dim.send("FTM_CONTROL/DISCONNECT");
    2626        v8.sleep(3000);
Note: See TracChangeset for help on using the changeset viewer.