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

@@ -323,7 +323,7 @@ struct uiButStoreElem {
};
/**
* Create a new button sture, the caller must manage and run #UI_butstore_free
* Create a new button store, the caller must manage and run #UI_butstore_free
*/
uiButStore *UI_butstore_create(uiBlock *block)
{