---
milena/ChangeLog | 4 ++++
milena/mln/core/site_set/p_graph.hh | 2 +-
2 files changed, 5 insertions(+), 1 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 5c3f153..453bd0f 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,9 @@
2008-09-22 Roland Levillain <roland(a)lrde.epita.fr>
+ * mln/core/site_set/p_graph.hh (operator<=): Typo in comment.
+
+2008-09-22 Roland Levillain <roland(a)lrde.epita.fr>
+
Update mln::draw::line w.r.t to mln::p_line2d.
* mln/draw/line.hh (mln::draw::line): s/line2d/p_line2d/.
diff --git a/milena/mln/core/site_set/p_graph.hh b/milena/mln/core/site_set/p_graph.hh
index 073b91f..b714d0b 100644
--- a/milena/mln/core/site_set/p_graph.hh
+++ b/milena/mln/core/site_set/p_graph.hh
@@ -185,7 +185,7 @@ namespace mln
/// \brief Inclusion of a mln::p_graph in another one.
///
/// This inclusion relation is very strict for the moment, since our
- /// infrastrure for graphs is simple: a mln::p_graph is included
+ /// infrastructure for graphs is simple: a mln::p_graph is included
/// in another one if their are equal.
///
/// \todo Refine this later, when we are able to express subgraph
--
1.5.6.5
Show replies by date