Fresco/Babylon/src utils.cc,1.16,1.17
Tobias Hunger <[email protected]> Sun, 08 Feb 2004 00:44:21 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/src
In directory purcel:/tmp/cvs-serv3291/Babylon/src
Modified Files:
utils.cc
Log Message:
Patch from Bernhard Fischer (cow): Misc. spelling and typo fixes, added Doku.
Index: utils.cc
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/src/utils.cc,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- utils.cc 29 Dec 2003 08:42:48 -0000 1.16
+++ utils.cc 7 Feb 2004 23:43:26 -0000 1.17
@@ -257,7 +257,7 @@
// current.length can't become < 0 as max_current >= over_it.start
result.push_back(current);
- // Insert over_it (we allways need to do this!)
+ // Insert over_it (we always need to do this!)
result.push_back(*over_it);
// over_it reaches into the next base_it: