From 0d72d3f50d88fc3559627bd655cc7706a399feee Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Fri, 6 Aug 1999 22:22:55 +0000 Subject: [PATCH] fixed spelling --- src/cxxTemplates/resourceLib.h | 5 ++--- src/libCom/cxxTemplates/resourceLib.h | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/src/cxxTemplates/resourceLib.h b/src/cxxTemplates/resourceLib.h index f8119d5d5..54d3a4a38 100644 --- a/src/cxxTemplates/resourceLib.h +++ b/src/cxxTemplates/resourceLib.h @@ -111,7 +111,7 @@ public: class resourceWithThatNameIsAlreadyInstalled {}; class dynamicMemoryAllocationFailed {}; class entryDidntRespondToDestroyVirtualFunction {}; - class sizeExceedsIndexesMaxIndexWith {}; + class sizeExceedsMaxIndexWidth {}; resTable (unsigned nHashTableEntries); @@ -329,7 +329,7 @@ resTable::resTable (unsigned nHashTableEntries) : } if ( nbits > ID::maxIndexBitWidth ) { - throw sizeExceedsIndexesMaxIndexWith (); + throw sizeExceedsMaxIndexWidth (); } // @@ -588,7 +588,6 @@ resTable::~resTable() } } - ////////////////////////////////////////// // chronIntIdResTable member functions ////////////////////////////////////////// diff --git a/src/libCom/cxxTemplates/resourceLib.h b/src/libCom/cxxTemplates/resourceLib.h index f8119d5d5..54d3a4a38 100644 --- a/src/libCom/cxxTemplates/resourceLib.h +++ b/src/libCom/cxxTemplates/resourceLib.h @@ -111,7 +111,7 @@ public: class resourceWithThatNameIsAlreadyInstalled {}; class dynamicMemoryAllocationFailed {}; class entryDidntRespondToDestroyVirtualFunction {}; - class sizeExceedsIndexesMaxIndexWith {}; + class sizeExceedsMaxIndexWidth {}; resTable (unsigned nHashTableEntries); @@ -329,7 +329,7 @@ resTable::resTable (unsigned nHashTableEntries) : } if ( nbits > ID::maxIndexBitWidth ) { - throw sizeExceedsIndexesMaxIndexWith (); + throw sizeExceedsMaxIndexWidth (); } // @@ -588,7 +588,6 @@ resTable::~resTable() } } - ////////////////////////////////////////// // chronIntIdResTable member functions //////////////////////////////////////////