From 80aa35bbeca7d034c788be9942725dae9d3f46c4 Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Tue, 14 Aug 2012 22:02:42 +0000 Subject: stupid...spelling... --- src/stable/hash.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/stable/hash.h b/src/stable/hash.h index 56df4dd..e461cf5 100644 --- a/src/stable/hash.h +++ b/src/stable/hash.h @@ -649,7 +649,7 @@ namespace Bu if( bFilled == false ) throw HashException( excodeNotFilled, - "No data assosiated with that key." + "No data associated with that key." ); return pValue; } @@ -756,7 +756,7 @@ namespace Bu { throw HashException( excodeNotFilled, - "No data assosiated with that key." + "No data associated with that key." ); } } @@ -781,7 +781,7 @@ namespace Bu { throw HashException( excodeNotFilled, - "No data assosiated with that key." + "No data associated with that key." ); } } -- cgit v1.2.3