Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update CHANGES.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 22 Nov 2010 10:04:55 +0000 (11:04 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 22 Nov 2010 10:26:15 +0000 (11:26 +0100)
Fix typo.

CHANGES
DrawingWindow.cpp
exemple.cpp

diff --git a/CHANGES b/CHANGES
index d5a9b76..7cea1c7 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,12 +1,17 @@
+-- Mon, 22 Nov 2010 11:01:33 +0100
+
+        * Add DrawingWindow::drawTriangle().
+        * Add DrawingWindow::fillTriangle().
+
 -- Tue, 27 Apr 2010 17:30:13 +0200
 
-        * Made *sleep() methods static.
-        * Recoded to UTF8.
+        * Make *sleep() methods static.
+        * Recode to UTF8.
 
 -- Wed, 20 Jan 2010 19:20:49 +0100
 
-        * Added DrawingWindow::waitMousePress().
-        * Added DrawingWindow::mousePressEvent().
+        * Add DrawingWindow::waitMousePress().
+        * Add DrawingWindow::mousePressEvent().
 
 -- Tue, 27 Nov 2007 09:31:18 +0100
 
index 2ad01de..c044c20 100644 (file)
@@ -495,7 +495,7 @@ void DrawingWindow::drawTriangle(int x1, int y1, int x2, int y2, int x3, int y3)
     safeUnlock(imageMutex);
 }
 
-//! Dessine un trianle plein.
+//! Dessine un triangle plein.
 /*!
  * Dessine un triangle plein défini par les coordonnées de ses
  * sommets: (x1, y1), (x2, y2) et (x3, y3).  Utilise la couleur de
index 923b6ce..1c045c9 100644 (file)
@@ -20,7 +20,7 @@
  *
  * 3. Compiler avec la commande :
  *      $ make exemple
- *    ou tou simplement :
+ *    ou tout simplement :
  *      $ make
  *
  * 4. Exécuter le programme avec la commande :