Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
typo
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Dec 2005 12:52:32 +0000 (12:52 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Mon, 5 Dec 2005 12:52:32 +0000 (12:52 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@1856 48e7efb5-ca39-0410-a469-dd3cf9ba447f

doc/FAQ.doc

index 1f295c1..9acea65 100644 (file)
@@ -520,7 +520,7 @@ which the parser is built. FleXML has the bad idea of fetching the whole
 document in memory before parsing it. And moreover, the memory buffer size
 must be determinded at compilation time.
 
-We use a value which seems big enough for our need withour bloating the
+We use a value which seems big enough for our need without bloating the
 simulators footprints. But of course your mileage may vary. In this case,
 just edit src/surf/surfxml.l modify the definition of
 FLEXML_BUFFERSTACKSIZE. E.g.