From f5089d112395d7835892133a27167b8f684f4f41 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 24 Jul 2012 06:00:57 +0000 Subject: Apparently I misspelled something. --- src/stable/hash.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/stable/hash.h b/src/stable/hash.h index 3bf12cb..56df4dd 100644 --- a/src/stable/hash.h +++ b/src/stable/hash.h @@ -582,7 +582,7 @@ namespace Bu if( bFilled == false ) throw HashException( excodeNotFilled, - "No data assosiated with that key." + "No data associated with that key." ); return *pValue; } @@ -596,7 +596,7 @@ namespace Bu if( bFilled == false ) throw HashException( excodeNotFilled, - "No data assosiated with that key." + "No data associated with that key." ); return *pValue; } -- cgit v1.2.3