mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-15 19:56:55 +00:00
bsdcommon: Fix typo.
This commit is contained in:
parent
b01a5d21ff
commit
caf2a2ed6b
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user