* Change the size of this vector as follows: If newSize is
* smaller, then truncate the array, possibly deleting held
* elements for i >= newSize. If newSize is larger, grow the
- * array, filling in new slows with NULL.
+ * array, filling in new slots with NULL.
*/
- void setSize(int32_t newSize);
+ void setSize(int32_t newSize, UErrorCode &status);
/**
* Fill in the given array with all elements of this vector.