diff options
Diffstat (limited to '')
| -rw-r--r-- | src/stable/hash.h | 6 |
1 files changed, 3 insertions, 3 deletions
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 | |||
| 649 | if( bFilled == false ) | 649 | if( bFilled == false ) |
| 650 | throw HashException( | 650 | throw HashException( |
| 651 | excodeNotFilled, | 651 | excodeNotFilled, |
| 652 | "No data assosiated with that key." | 652 | "No data associated with that key." |
| 653 | ); | 653 | ); |
| 654 | return pValue; | 654 | return pValue; |
| 655 | } | 655 | } |
| @@ -756,7 +756,7 @@ namespace Bu | |||
| 756 | { | 756 | { |
| 757 | throw HashException( | 757 | throw HashException( |
| 758 | excodeNotFilled, | 758 | excodeNotFilled, |
| 759 | "No data assosiated with that key." | 759 | "No data associated with that key." |
| 760 | ); | 760 | ); |
| 761 | } | 761 | } |
| 762 | } | 762 | } |
| @@ -781,7 +781,7 @@ namespace Bu | |||
| 781 | { | 781 | { |
| 782 | throw HashException( | 782 | throw HashException( |
| 783 | excodeNotFilled, | 783 | excodeNotFilled, |
| 784 | "No data assosiated with that key." | 784 | "No data associated with that key." |
| 785 | ); | 785 | ); |
| 786 | } | 786 | } |
| 787 | } | 787 | } |
