From 7a04d6805b3da88f34cdb1fa3012dd333683247b Mon Sep 17 00:00:00 2001 From: Doug Torrance Date: Wed, 13 May 2015 23:38:55 -0500 Subject: [PATCH] wmbattery: Fix typos. Ran `codespell -w`. --- wmbattery/ChangeLog | 4 ++-- wmbattery/wmbattery.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wmbattery/ChangeLog b/wmbattery/ChangeLog index 1876f4f..70214c1 100644 --- a/wmbattery/ChangeLog +++ b/wmbattery/ChangeLog @@ -456,7 +456,7 @@ wmbattery (1.18) wmbattery (1.17) * Patch from Edward Betts to make the icon redraw - immediatly when it gets an expose event. The patch also lowers the CPU + immediately when it gets an expose event. The patch also lowers the CPU time used as the icon is not needlessly redrawn every second. Thanks Edward! Closes: #97779 * Battery blink fixup. (I seem to have inexplicably lost the changelog @@ -577,7 +577,7 @@ wmbattery (1.0) * Drew new faceplate and graphics. * Converted manpage to refer to new program name. * Reorganized source tree. - * Split single xpm up into lots of small xpms, loaded seperately. + * Split single xpm up into lots of small xpms, loaded separately. * Cleaned up Makefile. * Removed README, TODO, INSTALL, etc; I'll write my own. * Parse command line with getopt. diff --git a/wmbattery/wmbattery.h b/wmbattery/wmbattery.h index 82369b4..c41f6fc 100644 --- a/wmbattery/wmbattery.h +++ b/wmbattery/wmbattery.h @@ -34,7 +34,7 @@ typedef struct image_info_type { #define NUM_IMAGES 14 /* - * An array of the filenames of all images to load (minus .xpm extention), + * An array of the filenames of all images to load (minus .xpm extension), * plus the size of the image, where to draw it on the icon, etc */ static struct image_info_type image_info[] = {