docu
[oweals/gnunet.git] / doc / structure.dot
index d3b2c0cc9bd3d4ab3a2659f37ec50bbb8e9390b1..0d99a32c690528137ffc98e750f2bb6a76c98fa2 100644 (file)
@@ -13,9 +13,9 @@ splines = true;
   fs -> dht;
   fs -> core;
   fs -> datastore;
-  fs -> stream [style=dashed];
+  fs -> stream;
   fs -> ats [style=dashed];
-  fs -> block [stlye=dotted,color=blue];
+  fs -> block [style=dotted,color=blue];
   exit -> mesh;
   exit -> tun;
   vpn -> mesh;
@@ -48,7 +48,7 @@ splines = true;
   mesh -> core [weight=2];
   mesh -> dht;
   mesh -> regex;
-  mesh -> block [stlye=dashed,color=blue];
+  mesh -> block [color=blue];
   mesh -> ats [style=dashed];
   regex [shape=diamond];
   core -> transport;