X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Fbattery.c;h=ce5818144138ce609ff70f1c48e9ac3c01889075;hb=6a9a4accb61d8b128d79fe0fc231a845b295c8b8;hp=4178d8b5145f2b728e5c7c949d72ebd8d126a89e;hpb=f150642cf243a18f80be1ccdb9bb2ec2bbe4a284;p=collectd.git diff --git a/src/battery.c b/src/battery.c index 4178d8b5..ce581814 100644 --- a/src/battery.c +++ b/src/battery.c @@ -17,7 +17,7 @@ * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * Authors: - * Florian octo Forster + * Florian octo Forster * Michał Mirosław **/ @@ -71,7 +71,7 @@ static const char *battery_acpi_dir = "/proc/acpi/battery"; static int battery_init (void) { #if HAVE_IOKIT_IOKITLIB_H || HAVE_IOKIT_PS_IOPOWERSOURCES_H - /* No init neccessary */ + /* No init necessary */ /* #endif HAVE_IOKIT_IOKITLIB_H || HAVE_IOKIT_PS_IOPOWERSOURCES_H */ #elif KERNEL_LINUX