1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +00:00

Spell 'of' correctly.

This commit is contained in:
Brenden Matthews 2009-08-03 12:57:22 -06:00
parent efa5a211b7
commit 581f59528b

View File

@ -385,7 +385,7 @@ void set_update_interval(double interval);
#define NOBATTERY 0
/* to get rid off 'unused variable' warnings */
/* to get rid of 'unused variable' warnings */
#define UNUSED(a) if (a) {}
#endif /* _conky_h_ */