Fresco/Babylon/src utils.cc,1.16,1.17
Tobias Hunger <[email protected]> Sat, 07 Feb 2004 23:08:22 +0000
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/src
In directory frida:/tmp/cvs-serv31773/Babylon/src
Modified Files:
utils.cc
Log Message:
ttch from Bernhard Fischer (cow): Misc. spelling and typo fixes.
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:07:49 -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: