diff options
author | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
---|---|---|
committer | Lorry Tar Creator <lorry-tar-importer@lorry> | 2013-05-04 21:39:27 +0000 |
commit | fec6336699f34758d3e6cb41b2edf902fedb9035 (patch) | |
tree | 8256c1dbf3ca7c9e58a3dbecf07cf826fb2e0ce2 /doc/UsingLibical.txt | |
parent | 7dbffd7e2b0067e834801617c5c486e3177f6709 (diff) | |
download | libical-master.tar.gz |
libical-1.0HEADlibical-1.0master
Diffstat (limited to 'doc/UsingLibical.txt')
-rw-r--r-- | doc/UsingLibical.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/UsingLibical.txt b/doc/UsingLibical.txt index 32894d0..fb4b07e 100644 --- a/doc/UsingLibical.txt +++ b/doc/UsingLibical.txt @@ -151,7 +151,7 @@ on a single fundamental type, a structure or a union. 3.1.4 Parameters -Parameters are represetned in a similar way to properties, except that +Parameters are represented in a similar way to properties, except that they contain only one value 3.2 Other elements of libical @@ -161,7 +161,7 @@ structures, classes that aid in creating and using iCal components. 3.2.1 Enumerations and types -Libical is strongly typed, soo every component, property, parameter, +Libical is strongly typed, so every component, property, parameter, and value type has an enumeration, and some have an associated structure or union. @@ -180,7 +180,7 @@ errors and component usage errors. Since many of libicals interfaces return strings, the library has its own memory management system to elimiate the need to free every string -returned from the libraru. +returned from the library. 3.2.5 Storage classes @@ -290,7 +290,7 @@ prop = icalproperty_new_dtstamp(atime) ; icalcomponent_add_property(event, prop); -prop = icalproperty_new_uid(''guid-1.host1.com'') ); +prop = icalproperty_new_uid(''guid-1.host1.com''); icalcomponent_add_property(event,prop); |