wmbattery: Fix typos.

Ran `codespell -w`.
This commit is contained in:
Doug Torrance 2015-05-13 23:38:55 -05:00 committed by Carlos R. Mafra
parent 81e95eabca
commit 7a04d6805b
2 changed files with 3 additions and 3 deletions

View file

@ -456,7 +456,7 @@ wmbattery (1.18)
wmbattery (1.17)
* Patch from Edward Betts <edward@debian.org> 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.

View file

@ -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[] = {