Skip to content

Commit 5a91b26

Browse files
fixup! zim::Archive::getIllustrations()
1 parent dbf41c8 commit 5a91b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

include/zim/archive.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace zim
362362
*/
363363
Item getIllustrationItem(unsigned int size=48) const;
364364

365-
/** Return a list of available sizes (width) for the illustations in the archive.
365+
/** Return a list of available sizes (width) for the illustrations in the archive.
366366
*
367367
* Illustration is an icon for the archive that can be used in catalog and elsewehere to illustrate the archive.
368368
* An Archive may contains several illustrations with different size.
@@ -373,13 +373,13 @@ namespace zim
373373
DEPRECATED std::set<unsigned int> getIllustrationSizes() const;
374374

375375

376-
/** Return the list of available illustations in the archive.
376+
/** Return the list of available illustrations in the archive.
377377
*
378378
* @return A vector of IllustrationInfo data.
379379
*/
380380
IllustrationInfos getIllustrationInfos() const;
381381

382-
/** Return the list of illustations with the specified dimensions.
382+
/** Return the list of illustrations with the specified dimensions.
383383
*
384384
* @param w width in CSS pixels
385385
* @param h height in CSS pixels

0 commit comments

Comments
 (0)