Fresco/Fresco-Test/doc/examples framework.cc,1.2,1.3
Tobias Hunger <[email protected]> Sun, 08 Feb 2004 00:44:06 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Fresco-Test/doc/examples In directory purcel:/tmp/cvs-serv3291/Fresco-Test/doc/examples Modified Files: framework.cc Log Message: Patch from Bernhard Fischer (cow): Misc. spelling and typo fixes, added Doku. Index: framework.cc =================================================================== RCS file: /cvs/fresco/Fresco/Fresco-Test/doc/examples/framework.cc,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- framework.cc 29 Dec 2003 08:43:15 -0000 1.2 +++ framework.cc 7 Feb 2004 23:43:30 -0000 1.3 @@ -1,8 +1,8 @@ /* $Id$ * * This source file is a part of the Berlin Project. - * Copyright (C) 1999,2000 Tobias Hunger <[email protected]> - * http://www.berlin-consortium.org + * Copyright (C) 1999,2000 Tobias Hunger <[email protected]> + * http://www.fresco.org * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -27,13 +27,13 @@ class Framework : public SyUnit::TestCase { public: - // Allways pass this test. + // Always pass this test. void pass() { assert_true(true); } - // Allways fail this test. + // Always fail this test. void fail() { assert_true(false);