correct typos in comments.

This commit is contained in:
Campbell Barton
2013-06-25 22:58:23 +00:00
parent b52d01dea6
commit fad1da062d
19 changed files with 23 additions and 23 deletions

View File

@@ -119,7 +119,7 @@ protected:
RAS_IPolyMaterial::TCachingInfo m_materialCachingInfo;
/**
* Making use of a Strategy desing pattern for storage behavior.
* Making use of a Strategy design pattern for storage behavior.
* Examples of concrete strategies: Vertex Arrays, VBOs, Immediate Mode*/
int m_storage_type;
RAS_IStorage* m_storage;