summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDominic Radermacher <dominic@familie-radermacher.ch>2024-01-22 11:47:22 +0100
committerDominic Radermacher <dominic@familie-radermacher.ch>2024-01-22 11:47:22 +0100
commit96bfb76dc4cf262baa13be03202fd2813494b41b (patch)
tree45279d1b30c4656f55eeb9230be49d1cfd3d83af
parent0443d24bdc893af0f8470fa9442f489e3cdd3945 (diff)
fix typoHEADmaster
-rw-r--r--include/lan951x-led-ctl.h2
-rw-r--r--src/lan951x-led-ctl.c4
2 files changed, 3 insertions, 3 deletions
diff --git a/include/lan951x-led-ctl.h b/include/lan951x-led-ctl.h
index 271659f..8549942 100644
--- a/include/lan951x-led-ctl.h
+++ b/include/lan951x-led-ctl.h
@@ -1,7 +1,7 @@
/*
lan951x-led-ctl - control LEDs of LAN951X ethernet/usb controllers
- Copyright (C) 2015-2022 Dominic Radermacher <dominic@familie-radermacher.ch>
+ Copyright (C) 2015-2024 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
diff --git a/src/lan951x-led-ctl.c b/src/lan951x-led-ctl.c
index bff250d..7d772ff 100644
--- a/src/lan951x-led-ctl.c
+++ b/src/lan951x-led-ctl.c
@@ -1,7 +1,7 @@
/*
lan951x-led-ctl - control LEDs of LAN951X ethernet/usb controllers
- Copyright (C) 2015-2022 Dominic Radermacher <dominic@familie-radermacher.ch>
+ Copyright (C) 2015-2024 Dominic Radermacher <dominic@familie-radermacher.ch>
This program is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License version 3 as
@@ -105,7 +105,7 @@ void usage(void)
void about(void)
{
printf("lan951x-led-ctl %s programmed by Dominic Radermacher\n\n", VERSION);
- printf("For further info plese visit\n");
+ printf("For further info please visit\n");
printf("https://dominic.familie-radermacher.ch/computer/raspberry-pi/lan951x-led-ctl/\n\n");
printf("The latest version can be found in my git repo:\n");
printf("https://git.familie-radermacher.ch/linux/lan951x-led-ctl.git\n");