summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian S. O'Neill <bronee@gmail.com>2006-10-24 18:35:30 +0000
committerBrian S. O'Neill <bronee@gmail.com>2006-10-24 18:35:30 +0000
commit7688c07292e81ca71aed957cf3e5987fa6da47ef (patch)
treea9e601c11634624043f12de72b94dc7bda89d560
parentc52e4c055a9fa0f59a1ca19538d88377b51de44b (diff)
Spelling error.
-rw-r--r--src/site/apt/index.apt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/site/apt/index.apt b/src/site/apt/index.apt
index 2c31148..c3cae06 100644
--- a/src/site/apt/index.apt
+++ b/src/site/apt/index.apt
@@ -26,7 +26,7 @@ and as a result, Carbonado depends on Java 5.
On the surface, it may appear that Carbonado types are defined like POJOs.
The difference is that in Carbonado, types are object representations of
relations. It is not an object database nor an object-relational bridge. In
-addition, data type defintions are simply interfaces, and there are no external
+addition, data type definitions are simply interfaces, and there are no external
configuration files. All the code to implement types is auto-generated, yet
there are no extra build time steps.