Package: gkrellmoon
Version: 0.6-5.1
Severity: minor
Just a typo on the label for the "tomorrow" rise and set time. Patch attached.
-- System Information:
Debian Release: 9.0
APT prefers unstable
Architecture: amd64 (x86_64)
Kernel: Linux 4.9.0-3-amd64 (SMP w/4 CPU cores)
Versions of packages gkrellmoon depends on:
ii gkrellm 2.3.10-1
ii libatk1.0-0 2.22.0-1
ii libc6 2.24-11
ii libcairo2 1.14.8-1
ii libfontconfig1 2.11.0-6.7+b1
ii libfreetype6 2.6.3-3.2
ii libgdk-pixbuf2.0-0 2.36.5-2
ii libglib2.0-0 2.50.3-2
ii libgtk2.0-0 2.24.31-2
ii libpango-1.0-0 1.40.5-1
ii libpangocairo-1.0-0 1.40.5-1
ii libpangoft2-1.0-0 1.40.5-1
gkrellmoon recommends no packages.
gkrellmoon suggests no packages.
diff -uNr gkrellmoon-0.6/gkrellmoon.c gkrellmoon-0.6-modified/gkrellmoon.c
--- gkrellmoon-0.6/gkrellmoon.c 2002-12-11 14:36:06.000000000 +1100
+++ gkrellmoon-0.6-modified/gkrellmoon.c 2017-06-08 18:59:47.425515314 +1000
@@ -280,7 +280,7 @@
moon->day += 1;
calc_riseset_time(moon, "Today", mboxes);
moon->day += 1;
- calc_riseset_time(moon, "Tomorrrow", mboxes);
+ calc_riseset_time(moon, "Tomorrow", mboxes);
moon->day -= 1;
}