aboutsummaryrefslogtreecommitdiffstats
path: root/swaybar
diff options
context:
space:
mode:
authorLibravatar Jason <jason@kayoway.com>2019-11-23 19:38:15 +0900
committerLibravatar Simon Ser <contact@emersion.fr>2019-11-23 11:48:31 +0100
commit939c7b2d529b8c982672a6e141a8bef2348d358a (patch)
tree974fe362f3fa08d41376e82ef4c7b9410094e766 /swaybar
parentUse new presentation-time helper (diff)
downloadsway-939c7b2d529b8c982672a6e141a8bef2348d358a.tar.gz
sway-939c7b2d529b8c982672a6e141a8bef2348d358a.tar.zst
sway-939c7b2d529b8c982672a6e141a8bef2348d358a.zip
Amend typos
Diffstat (limited to 'swaybar')
-rw-r--r--swaybar/tray/icon.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/swaybar/tray/icon.c b/swaybar/tray/icon.c
index 429bea36..8adefda6 100644
--- a/swaybar/tray/icon.c
+++ b/swaybar/tray/icon.c
@@ -188,7 +188,7 @@ static int entry_handler(char *group, char *key, char *value,
188 * This is a Freedesktop Desktop Entry parser (essentially INI) 188 * This is a Freedesktop Desktop Entry parser (essentially INI)
189 * It calls entry_handler for every entry 189 * It calls entry_handler for every entry
190 * and group_handler between every group (as well as at both ends) 190 * and group_handler between every group (as well as at both ends)
191 * Handlers return whether an error occured, which stops parsing 191 * Handlers return whether an error occurred, which stops parsing
192 */ 192 */
193static struct icon_theme *read_theme_file(char *basedir, char *theme_name) { 193static struct icon_theme *read_theme_file(char *basedir, char *theme_name) {
194 // look for index.theme file 194 // look for index.theme file