@@ -143,12 +143,12 @@ * * \param firstKey The first key * \param arguments A va_list of the other arguments * \return A new initialized OFDictionary */ -- initWithKey: (id )firstKey - argumentList: (va_list)arguments; +- initWithKey: (id )firstKey + arguments: (va_list)arguments; /** * Returns the object for the given key or nil if the key was not found. * * The returned object is not retained and autoreleased for performance