Automatic commit
[universe.git] / universe.cc
index 90f93ca..d349e40 100644 (file)
@@ -35,7 +35,7 @@ void Universe::add_polygon(Polygon *p) {
     }
     _polygons[_nb_polygons++] = p;
   } else {
-    cerr << "To many polygons!" << endl;
+    cerr << "Too many polygons!" << endl;
     exit(1);
   }
 }