Code cleanup: spelling & style

This commit is contained in:
2014-03-15 20:08:29 +11:00
parent caf5d90fb0
commit 433d55e9b4
8 changed files with 8 additions and 8 deletions

View File

@@ -1901,7 +1901,7 @@ static float ui_get_but_step_unit(uiBut *but, float step_default)
}
/**
* \param float_precision For number buttons the precission to use or -1 to fallback to the button default.
* \param float_precision For number buttons the precision to use or -1 to fallback to the button default.
*/
void ui_get_but_string_ex(uiBut *but, char *str, const size_t maxlen, const int float_precision)
{