From c3b2d0267d6dedf23b1aae03f545fb65a9cacb55 Mon Sep 17 00:00:00 2001 From: Eugene Sandulenko Date: Sat, 14 Jan 2023 14:41:43 +0100 Subject: [PATCH] JANITORIAL: Clarify comments --- common/zip-set.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/common/zip-set.h b/common/zip-set.h index 4bba36d99e0..4d3320b606e 100644 --- a/common/zip-set.h +++ b/common/zip-set.h @@ -27,18 +27,20 @@ namespace Common { /** - * Scan the given firectory for a set of versioned zip packs and put then + * Scan the given directory for a set of versioned zip packs and put them * into the provided SearchSet * * There are 2 types of files: defaultFile, that could potentially sit - * in themepath or even built-in into an executable, and so called pack files - * typically containing creation date in them. + * in the themepath or even be built-in into the executable; and so called + * pack files typically containing creation date in their names. * * These files are put in the SearchSet in a sorted way, thus, the latter * packs have higher priority. * * Example: gui-icons.dat, gui-icons-20211112.dat, gui-icons-20220602.dat * + * Used by: icons packs and shader packs + * * @param[out] searchSet The SearchSet to modify * @param[in] defaultFile Name of the default file * @param[in] packsMask Mask of the pack files