summaryrefslogtreecommitdiffstats
path: root/libkcal/versit/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/versit/readme.txt')
-rw-r--r--libkcal/versit/readme.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkcal/versit/readme.txt b/libkcal/versit/readme.txt
index f5529dd35..5f38fe005 100644
--- a/libkcal/versit/readme.txt
+++ b/libkcal/versit/readme.txt
@@ -391,7 +391,7 @@ c. values of a property is determined by the property definition
itself. The vobject APIs does not attempt to enforce
any of such definition. It is the consumer responsibility
to know what value is expected from a property. e.g
- most properties have tqunicode string value, so to access
+ most properties have unicode string value, so to access
the value of these type of properties, you will use
the vObjectUStringZValue() to read the value and
setVObjectUStringZValue() to set or modify the value.
@@ -498,7 +498,7 @@ d. properties name (id) are case incensitive.
const wchar_t* vObjectUStringZValue(VObject *o);
-- retrieve the VObject's value interpreted as
- null-terminated tqunicode string.
+ null-terminated unicode string.
unsigned int vObjectIntegerValue(VObject *o);
-- retrieve the VObject's value interpreted as
@@ -578,7 +578,7 @@ d. properties name (id) are case incensitive.
-- convert char* to wchar_t*.
extern int uStrLen(const wchar_t *u);
- -- length of tqunicode u.
+ -- length of unicode u.
char *fakeCString(const wchar_t *u);
-- convert wchar_t to CString (blindly assumes that