JANITORIAL: Fix caluclate typo in macresman.h

This commit is contained in:
Hubert Maier 2024-05-14 08:45:26 +02:00 committed by Eugene Sandulenko
parent 48dcfe2305
commit c41d8330dc

View File

@ -249,7 +249,7 @@ public:
/**
* Calculate the MD5 checksum of the resource fork
* @param length The maximum length to compute for
* @param tail Caluclate length from the tail
* @param tail Calculate length from the tail
* @return The MD5 checksum of the resource fork
*/
String computeResForkMD5AsString(uint32 length = 0, bool tail = false) const;