From acc7655e83e780ad7b4cdcdf2bba71ae2764e0ad Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sun, 19 May 2024 21:57:18 +0400 Subject: [PATCH] Fixed a typo licence -> license. --- kwh-cost.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kwh-cost.c b/kwh-cost.c index 8c4d79d..a88e292 100644 --- a/kwh-cost.c +++ b/kwh-cost.c @@ -87,7 +87,7 @@ price_t price_kwh_to_wattsecond(const price_t price) { void print_version(void) { fputs("kwh-cost Ver. " VERSION "\n" "Copyright (C) 2021-2024 Alexander \"Arav\" Andreev . All rights reserved.\n" - "This program is distributed under the terms of MIT+NIGGER licence.\n" + "This program is distributed under the terms of MIT+NIGGER license.\n" "You can see a license for this program in /usr/share/licenses/kwh-cost/LICENSE.\n", stderr); }