Fix couple of typos in comments.

This commit is contained in:
Kimmo Varis 2009-06-27 10:43:03 +03:00
parent 64f304684f
commit d029a50833
1 changed files with 4 additions and 4 deletions

View File

@ -63,25 +63,25 @@ public slots:
/** /**
* @brief Show errors with type "all" * @brief Show errors with type "all"
* @param checked Should errors be shown (truw) or hidden (false) * @param checked Should errors be shown (true) or hidden (false)
*/ */
void ShowAll(bool checked); void ShowAll(bool checked);
/** /**
* @brief Show errors with type "security" * @brief Show errors with type "security"
* @param checked Should errors be shown (truw) or hidden (false) * @param checked Should errors be shown (true) or hidden (false)
*/ */
void ShowSecurity(bool checked); void ShowSecurity(bool checked);
/** /**
* @brief Show errors with type "style" * @brief Show errors with type "style"
* @param checked Should errors be shown (truw) or hidden (false) * @param checked Should errors be shown (true) or hidden (false)
*/ */
void ShowStyle(bool checked); void ShowStyle(bool checked);
/** /**
* @brief Show errors with type "error" * @brief Show errors with type "error"
* @param checked Should errors be shown (truw) or hidden (false) * @param checked Should errors be shown (true) or hidden (false)
*/ */
void ShowErrors(bool checked); void ShowErrors(bool checked);