Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/README.txt
diff options
context:
space:
mode:
authorarjan@yirdis.nl <arjan@yirdis.nl@a8418922-720d-0410-834f-a69b97ada669>2007-03-28 13:48:02 (GMT)
committer arjan@yirdis.nl <arjan@yirdis.nl@a8418922-720d-0410-834f-a69b97ada669>2007-03-28 13:48:02 (GMT)
commit8dfea8f6e3ae4b323a262d1a275a2452724241b6 (patch)
treec029de099fe765a4ac6c3daa42b8b518df0de7d5 /README.txt
parent19e6d40bf3fac2e651e361ebfae19f78ef6bcd35 (diff)
fixed typo
git-svn-id: http://svn.devjavu.com/gaphor/gaphas/trunk@1179 a8418922-720d-0410-834f-a69b97ada669
Diffstat (limited to 'README.txt')
-rw-r--r--README.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.txt b/README.txt
index c859972..6d1c34e 100644
--- a/README.txt
+++ b/README.txt
@@ -6,7 +6,7 @@ This module contains a new canvas implementation for Gaphor.
The basic idea is:
- Items (canvas items) should be used as "adapter" for model elements.
- (not a real adapter since they are statefull).
+ (not a real adapter since they are stateful).
- The canvas determines the tree structure (which items are children
of some other item is maintained by the canvas itself).
- of course the constraint solver is present.