diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-07-24 06:00:57 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-07-24 06:00:57 +0000 |
commit | f5089d112395d7835892133a27167b8f684f4f41 (patch) | |
tree | d3caa4f41937035d1c3ad533964df08c3a07375a | |
parent | 5193bfd48f3698d2340310f3609d65eede76dbbe (diff) | |
download | libbu++-f5089d112395d7835892133a27167b8f684f4f41.tar.gz libbu++-f5089d112395d7835892133a27167b8f684f4f41.tar.bz2 libbu++-f5089d112395d7835892133a27167b8f684f4f41.tar.xz libbu++-f5089d112395d7835892133a27167b8f684f4f41.zip |
Apparently I misspelled something.
-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 | } |