diff options
-rw-r--r-- | src/stable/hash.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 | |||
582 | if( bFilled == false ) | 582 | if( bFilled == false ) |
583 | throw HashException( | 583 | throw HashException( |
584 | excodeNotFilled, | 584 | excodeNotFilled, |
585 | "No data assosiated with that key." | 585 | "No data associated with that key." |
586 | ); | 586 | ); |
587 | return *pValue; | 587 | return *pValue; |
588 | } | 588 | } |
@@ -596,7 +596,7 @@ namespace Bu | |||
596 | if( bFilled == false ) | 596 | if( bFilled == false ) |
597 | throw HashException( | 597 | throw HashException( |
598 | excodeNotFilled, | 598 | excodeNotFilled, |
599 | "No data assosiated with that key." | 599 | "No data associated with that key." |
600 | ); | 600 | ); |
601 | return *pValue; | 601 | return *pValue; |
602 | } | 602 | } |