aboutsummaryrefslogtreecommitdiff
path: root/src/stable
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2012-08-14 22:02:42 +0000
committerMike Buland <eichlan@xagasoft.com>2012-08-14 22:02:42 +0000
commit80aa35bbeca7d034c788be9942725dae9d3f46c4 (patch)
treec7dd963ed382b848ef735c754c61fd36aa6860c8 /src/stable
parent897537e7e9388aa839dec60a53fe2343092a079f (diff)
downloadlibbu++-80aa35bbeca7d034c788be9942725dae9d3f46c4.tar.gz
libbu++-80aa35bbeca7d034c788be9942725dae9d3f46c4.tar.bz2
libbu++-80aa35bbeca7d034c788be9942725dae9d3f46c4.tar.xz
libbu++-80aa35bbeca7d034c788be9942725dae9d3f46c4.zip
stupid...spelling...
Diffstat (limited to 'src/stable')
-rw-r--r--src/stable/hash.h6
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 }