comments: fix copy paste errors

This commit is contained in:
2017-08-28 12:16:45 +02:00
parent c743cb632b
commit 6e310a8157
9 changed files with 132 additions and 132 deletions

View File

@@ -227,9 +227,9 @@ class CTextBox : public sigc::trackable
/**
* Returns width of largest line from passed text
* @param[in] text
* @li exepts type std::string
* @li expects type std::string
* @param[in] font
* @li exepts font type object
* @li expects font type object
* @return width of largest line as int
* @see getMaxLineWidth(void)
*/