X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3e905c526b361faa63d62bc56b3f9eec62168e23..99f0dc688742156982e526639d17df4cb9003588:/src/html/htmlcell.cpp diff --git a/src/html/htmlcell.cpp b/src/html/htmlcell.cpp index c8be065e51..9a8a34aeb3 100644 --- a/src/html/htmlcell.cpp +++ b/src/html/htmlcell.cpp @@ -729,7 +729,7 @@ void wxHtmlContainerCell::Layout(int w) } while (nextCell && !nextCell->IsLinebreakAllowed()); } - // force new line if occured: + // force new line if occurred: if ((cell == NULL) || (xpos + nextWordWidth > s_width && cell->IsLinebreakAllowed())) {