Browse Source

Fix another typo

Kim Kulling 5 years ago
parent
commit
232761be02
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/assimp/SmallVector.h

+ 1 - 1
include/assimp/SmallVector.h

@@ -66,7 +66,7 @@ public:
     SmallVector() : 
             mStorage(mInplaceStorage),
             mSize(0),
-            mCapacity(Capasity) {
+            mCapacity(Capacity) {
         // empty
     }