File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ namespace zim
362
362
*/
363
363
Item getIllustrationItem (unsigned int size=48 ) const ;
364
364
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.
366
366
*
367
367
* Illustration is an icon for the archive that can be used in catalog and elsewehere to illustrate the archive.
368
368
* An Archive may contains several illustrations with different size.
@@ -373,13 +373,13 @@ namespace zim
373
373
DEPRECATED std::set<unsigned int > getIllustrationSizes () const ;
374
374
375
375
376
- /* * Return the list of available illustations in the archive.
376
+ /* * Return the list of available illustrations in the archive.
377
377
*
378
378
* @return A vector of IllustrationInfo data.
379
379
*/
380
380
IllustrationInfos getIllustrationInfos () const ;
381
381
382
- /* * Return the list of illustations with the specified dimensions.
382
+ /* * Return the list of illustrations with the specified dimensions.
383
383
*
384
384
* @param w width in CSS pixels
385
385
* @param h height in CSS pixels
You can’t perform that action at this time.
0 commit comments