summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorIngo Huerner <ingo.huerner@xse.de>2013-11-14 17:23:55 +0100
committerIngo Huerner <ingo.huerner@xse.de>2013-11-14 17:23:55 +0100
commit642106b425d871016cf5797ed379c65430388d1c (patch)
tree3024fa0f3111aa10ca8bf153d034831721af87e7 /include
parenteefbb39403417c970e5aac03d77cb6f5dc7424a4 (diff)
downloadpersistence-client-library-642106b425d871016cf5797ed379c65430388d1c.tar.gz
Fixed a problem with change callback registration
Diffstat (limited to 'include')
-rw-r--r--include/persistence_client_library_file.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/persistence_client_library_file.h b/include/persistence_client_library_file.h
index 0df35c4..5f26eef 100644
--- a/include/persistence_client_library_file.h
+++ b/include/persistence_client_library_file.h
@@ -184,7 +184,7 @@ int pclFileWriteData(int fd, const void * buffer, int buffer_size);
* @param path the path to the file
* @param size the size of the path
*
- * @note the allocated memory for the path string will be freed in tpclFileReleasePath
+ * @note the allocated memory for the path string will be freed in pclFileReleasePath
*
* @return positive value on success, which must be used when pclFileReleasePath will be called
* On error a negative value will be returned with th follwoing error codes: