* Fix typo

* Reflect the comments

* Fix more typos
This commit is contained in:
Eisuke Kawashima
2019-12-31 14:43:27 +09:00
committed by Greg Landrum
parent 7d24ed6014
commit 5cd27a242f
191 changed files with 468 additions and 468 deletions

View File

@@ -364,7 +364,7 @@ class SparseIntVect {
streamRead(ss, tInt);
if (tInt > sizeof(IndexType)) {
throw ValueErrorException(
"IndexType cannot accomodate index size in SparseIntVect pickle");
"IndexType cannot accommodate index size in SparseIntVect pickle");
}
switch (tInt) {
case sizeof(char):