function _spellcheck() {
    var ww = this.wordWin;
    
    // check if this is the last word in the current text element
    if( this.currentWordIndex == ww.totalWords( this.currentTextIndex) ) {