fixed spelling

This commit is contained in:
Jeff Hill
1999-08-06 22:22:55 +00:00
parent ef30d45409
commit 0d72d3f50d
2 changed files with 4 additions and 6 deletions

View File

@@ -111,7 +111,7 @@ public:
class resourceWithThatNameIsAlreadyInstalled {};
class dynamicMemoryAllocationFailed {};
class entryDidntRespondToDestroyVirtualFunction {};
class sizeExceedsIndexesMaxIndexWith {};
class sizeExceedsMaxIndexWidth {};
resTable (unsigned nHashTableEntries);
@@ -329,7 +329,7 @@ resTable<T,ID>::resTable (unsigned nHashTableEntries) :
}
if ( nbits > ID::maxIndexBitWidth ) {
throw sizeExceedsIndexesMaxIndexWith ();
throw sizeExceedsMaxIndexWidth ();
}
//
@@ -588,7 +588,6 @@ resTable<T,ID>::~resTable()
}
}
//////////////////////////////////////////
// chronIntIdResTable<ITEM> member functions
//////////////////////////////////////////

View File

@@ -111,7 +111,7 @@ public:
class resourceWithThatNameIsAlreadyInstalled {};
class dynamicMemoryAllocationFailed {};
class entryDidntRespondToDestroyVirtualFunction {};
class sizeExceedsIndexesMaxIndexWith {};
class sizeExceedsMaxIndexWidth {};
resTable (unsigned nHashTableEntries);
@@ -329,7 +329,7 @@ resTable<T,ID>::resTable (unsigned nHashTableEntries) :
}
if ( nbits > ID::maxIndexBitWidth ) {
throw sizeExceedsIndexesMaxIndexWith ();
throw sizeExceedsMaxIndexWidth ();
}
//
@@ -588,7 +588,6 @@ resTable<T,ID>::~resTable()
}
}
//////////////////////////////////////////
// chronIntIdResTable<ITEM> member functions
//////////////////////////////////////////