1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2025-01-15 11:46:57 +00:00

bsdcommon: Fix typo.

This commit is contained in:
Tóth János 2024-12-22 22:12:54 +01:00
parent b01a5d21ff
commit caf2a2ed6b

View File

@ -356,7 +356,7 @@ bool bsdcommon::is_conky_already_running() {
return instances > 1;
}
// conyk uses kilobytes
// conky uses kilobytes
static unsigned long long to_conky_size(uint64_t size, uint64_t pagesize) {
return (size >> 10) * pagesize;
}