* doc/examples/box2d-bbox.cc,
* doc/examples/split/box2d-bbox-1.cc.raw: Here.
---
milena/ChangeLog | 9 ++++++++-
milena/doc/examples/box2d-bbox.cc | 2 +-
milena/doc/examples/split/box2d-bbox-1.cc.raw | 2 +-
3 files changed, 10 insertions(+), 3 deletions(-)
diff --git a/milena/ChangeLog b/milena/ChangeLog
index 1b9c871..a4fc293 100644
--- a/milena/ChangeLog
+++ b/milena/ChangeLog
@@ -1,5 +1,12 @@
2013-03-08 Guillaume Lazzara <z(a)lrde.epita.fr>
+ Fix a typo.
+
+ * doc/examples/box2d-bbox.cc,
+ * doc/examples/split/box2d-bbox-1.cc.raw: Here.
+
+2013-03-08 Guillaume Lazzara <z(a)lrde.epita.fr>
+
Add an illustration in Milena documentation.
* doc/Makefile.am: Add new png figures.
@@ -10,7 +17,7 @@
* doc/img/src/ydoc.cfg,
* doc/img/src/ydoc.cls: New.
- * doc/ref-guide.tex
+ * doc/ref-guide.tex: Include tikz output.
2013-03-08 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/milena/doc/examples/box2d-bbox.cc b/milena/doc/examples/box2d-bbox.cc
index 7707514..5e03b49 100644
--- a/milena/doc/examples/box2d-bbox.cc
+++ b/milena/doc/examples/box2d-bbox.cc
@@ -6,7 +6,7 @@ int main()
// \{
box2d b(2,3);
- // The bbox can be retrived in constant time.
+ // The bbox can be retrieved in constant time.
std::cout << b.bbox() << std::endl;
// nsites can be retrieved in constant time.
diff --git a/milena/doc/examples/split/box2d-bbox-1.cc.raw
b/milena/doc/examples/split/box2d-bbox-1.cc.raw
index e6b3e0c..d785d13 100644
--- a/milena/doc/examples/split/box2d-bbox-1.cc.raw
+++ b/milena/doc/examples/split/box2d-bbox-1.cc.raw
@@ -1,6 +1,6 @@
box2d b(2,3);
- // The bbox can be retrived in constant time.
+ // The bbox can be retrieved in constant time.
std::cout << b.bbox() << std::endl;
// nsites can be retrieved in constant time.
--
1.7.2.5
Show replies by date