From 60884759d260707f2d6f3cb1ca389db6ed187983 Mon Sep 17 00:00:00 2001 From: Zachary Vance Date: Wed, 3 Aug 2022 17:36:51 -0400 Subject: [PATCH] Typo Fix #122 --- src/logkeys.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/logkeys.cc b/src/logkeys.cc index 5da3cff..463eb03 100644 --- a/src/logkeys.cc +++ b/src/logkeys.cc @@ -110,7 +110,7 @@ void set_utf8_locale() strstr(locale, "utf-8") != NULL || strstr(locale, "utf8") != NULL) ) ; // if locale has "UTF-8" in its name, it is cool to do nothing else - error(EXIT_FAILURE, 0, "LC_CTYPE locale must be of UTF-8 type, or you need en_US.UTF-8 availabe"); + error(EXIT_FAILURE, 0, "LC_CTYPE locale must be of UTF-8 type, or you need en_US.UTF-8 available"); } }