SVN revision: 33191
This commit is contained in:
leviathan 2007-12-20 07:22:52 +00:00 committed by leviathan
parent 69981c27b9
commit 50dc3d6aab
1 changed files with 2 additions and 2 deletions

View File

@ -151,8 +151,8 @@ extern "C" {
* writing or a memory error occurs, NULL is returned.
*
* You can also open the file for read/write. If you then write a key that
* not exist it will be created, if the key exist it will be replaced by
* the new data.
* does not exist it will be created, if the key exists it will be replaced
* by the new data.
*
* Example:
* @code