]> arthur.barton.de Git - netatalk.git/blobdiff - doc/DEVELOPER
Writing metadata xattr on directories with sticky bit set, FR#94
[netatalk.git] / doc / DEVELOPER
index 2ddb69f6fc410e91078436ff7b3ca81406592300..d0f8b5b58eb4dd51902d3d7d6d48ab1b7e6e933e 100644 (file)
@@ -200,9 +200,9 @@ The ini parser is taken from <http://ndevilla.free.fr/iniparser/>.
 It has been slightly modified:
 - case-sensitive
 - "include" directive added
-- iniparser_getstrdup() to complemnt iniparser_getstring(), it return allocated
+- atalk_iniparser_getstrdup() to complemnt atalk_iniparser_getstring(), it return allocated
   strings which the caller must free as necessary
-- the API has been modifed such that all iniparser_get* funcs take a section and
+- the API has been modifed such that all atalk_iniparser_get* funcs take a section and
   a parameter as sepereta args instead of one string of the form "section:parameter"
   in the original library