Fresco/Babylon/include/Babylon Char.hh,1.15,1.16
Tobias Hunger <[email protected]> Tue, 13 Jan 2004 23:35:28 +0100
| Newsgroups | gmane.comp.video.fresco.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvs/fresco/Fresco/Babylon/include/Babylon
In directory purcel:/tmp/cvs-serv11097/Babylon/include/Babylon
Modified Files:
Char.hh
Log Message:
Typo fixes submitted by cow.
Index: Char.hh
===================================================================
RCS file: /cvs/fresco/Fresco/Babylon/include/Babylon/Char.hh,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- Char.hh 29 Dec 2003 08:42:43 -0000 1.15
+++ Char.hh 13 Jan 2004 22:34:19 -0000 1.16
@@ -68,29 +68,29 @@
//. Gets the uppercase equivalent of the character.
//. If no uppercase equivalent is defined then a copy of
- //. the current chracter is returned.
+ //. the current character is returned.
//.
//. Warning: For some characters of some locales
//. this might not be the character you
- //. exspect!
+ //. expect!
Char uppercase() const throw (Block_Error);
//. Gets the lowercase equivalent of the character.
//. If no uppercase equivalent is defined then a copy of
- //. the current chracter is returned.
+ //. the current character is returned.
//.
//. Warning: For some characters of some locales
//. this might not be the character you
- //. exspect!
+ //. expect!
Char lowercase() const throw (Block_Error);
//. Gets the titlecase equivalent of the character.
//. If no uppercase equivalent is defined then a copy of
- //. the current chracter is returned.
+ //. the current character is returned.
//.
//. Warning: For some characters of some locales
//. this might not be the character you
- //. exspect!
+ //. expect!
Char titlecase() const throw (Block_Error);
//. Gets the numeric value of the character.
@@ -204,7 +204,7 @@
String decompose() const throw (Undefined_Property, Block_Error);
// UTF32_string decompose() const throw (Undefined_Property, Block_Error);
- //. Returns wether this character needs to be excluded from
+ //. Returns whether this character needs to be excluded from
//. the composition process.
//. Throws : Block_Error
//. if the block containing the character