@@ -142,13 +142,13 @@ intoBuffer: (char*)buf; /** * Writes from a buffer into the file. * - * \param buf The buffer from which the data is written to the file + * \param nitems The number of items to write * \param size The size of the data that should be written - * \param nitem The number of items to write + * \param buf The buffer from which the data is written to the file * \return The number of bytes written */ - (size_t)writeNItems: (size_t)nitems ofSize: (size_t)size fromBuffer: (const char*)buf;